From d1cd31336c809ec9a028544596c0885ae7a76f09 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 16 Jan 2023 11:20:20 -0800 Subject: [PATCH] add bootstrap icons (#26980) * add bootstrap icons * pin old-commit-hash: 657f1c13379f9b7f5b820ab17772fd6a37cd14d2 --- third_party/bootstrap/.gitignore | 1 + third_party/bootstrap/bootstrap-icons.svg | 3 +++ third_party/bootstrap/pull.sh | 14 ++++++++++++++ 3 files changed, 18 insertions(+) create mode 100644 third_party/bootstrap/.gitignore create mode 100644 third_party/bootstrap/bootstrap-icons.svg create mode 100755 third_party/bootstrap/pull.sh diff --git a/third_party/bootstrap/.gitignore b/third_party/bootstrap/.gitignore new file mode 100644 index 0000000000..ac06c0cf85 --- /dev/null +++ b/third_party/bootstrap/.gitignore @@ -0,0 +1 @@ +/icons/ diff --git a/third_party/bootstrap/bootstrap-icons.svg b/third_party/bootstrap/bootstrap-icons.svg new file mode 100644 index 0000000000..692a27ea55 --- /dev/null +++ b/third_party/bootstrap/bootstrap-icons.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ecfaac355e51c9b95319fdf4681cf4c423109fd477e961af588b92607a76da +size 1087239 diff --git a/third_party/bootstrap/pull.sh b/third_party/bootstrap/pull.sh new file mode 100755 index 0000000000..0b03b4db9e --- /dev/null +++ b/third_party/bootstrap/pull.sh @@ -0,0 +1,14 @@ +#!/bin/bash +set -e + +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" +cd $DIR + +if [ ! -d icons/ ]; then + git clone https://github.com/twbs/icons/ +fi + +cd icons +git fetch --all +git checkout d5aa187483a1b0b186f87adcfa8576350d970d98 +cp bootstrap-icons.svg ../