diff options
| author | Mark Otto <[email protected]> | 2017-05-26 20:54:12 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-26 20:54:12 -0700 |
| commit | 733c0926810a467782895f2f15ee2384f7c6c330 (patch) | |
| tree | ddb0dd6ad55205648b8fe6b8a5b27d8f85cf5b50 /docs/_includes | |
| parent | b872a6f807d7c3fca072588ec1459cec0cae9a15 (diff) | |
| download | bootstrap-733c0926810a467782895f2f15ee2384f7c6c330.tar.xz bootstrap-733c0926810a467782895f2f15ee2384f7c6c330.zip | |
Drop CSS icons for SVGs (#22708)
* add the svg icon as a partial so we can include it easily
* add the icon to the homepage
* drop .bd-booticon for svgs here
* rip out the import for .bd-booticon sass file
* Delete _booticon.scss
* indentation
* Update bootstrap-icon.html
* remove those
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/bootstrap-icon.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/bootstrap-icon.html b/docs/_includes/bootstrap-icon.html new file mode 100644 index 000000000..42500d270 --- /dev/null +++ b/docs/_includes/bootstrap-icon.html @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 612 612" width="128" height="128"><g id="solid"><g id="bg"><path fill="#fff" d="M510,5a97.3,97.3,0,0,1,97,97V510a97.3,97.3,0,0,1-97,97H102A97.3,97.3,0,0,1,5,510V102A97.3,97.3,0,0,1,102,5H510m0-5H102C45.9,0,0,45.9,0,102V510c0,56.1,45.9,102,102,102H510c56.1,0,102-45.9,102-102V102C612,45.9,566.1,0,510,0h0Z"/></g></g><path fill="#fff" d="M196.77,471.5V154.43H320.92c54.27,0,91,31.64,91,79.1,0,33-24.17,63.72-54.71,69.21v1.76c43.07,5.49,70.75,35.82,70.75,78,0,55.81-40,89-107.45,89H196.77Zm39.55-180.4H299.6c46.8,0,72.29-18.68,72.29-53,0-31.42-21.53-48.78-60-48.78H236.32V291.1Zm78.22,145.46c47.68,0,72.73-19.34,72.73-56s-25.93-55.37-76.46-55.37H236.32v111.4h78.22Z"/></svg> |
