From e8754c05d44dbefab13f07319ed2754ec95112a9 Mon Sep 17 00:00:00 2001 From: Sharpirate Date: Wed, 29 Mar 2023 02:13:39 -0700 Subject: [PATCH] add new copy icon --- docs/gridicons.svg | 2 +- docs/index.html | 6 ++++++ pdf/gridicons-copy.pdf | Bin 0 -> 1240 bytes php/gridicons.php | 3 +++ sources/svg/gridicons-copy.svg | 4 ++++ svg-min/gridicons-copy.svg | 1 + svg-sprite/gridicons.svg | 2 +- svg-sprite/index.html | 6 ++++++ 8 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 pdf/gridicons-copy.pdf create mode 100644 sources/svg/gridicons-copy.svg create mode 100644 svg-min/gridicons-copy.svg diff --git a/docs/gridicons.svg b/docs/gridicons.svg index 8b69ee8..b5112e6 100644 --- a/docs/gridicons.svg +++ b/docs/gridicons.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 45a1c38..4f3b3b2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -518,6 +518,12 @@

Icon names

gridicons-computer

+
+ + + +

gridicons-copy

+
diff --git a/pdf/gridicons-copy.pdf b/pdf/gridicons-copy.pdf new file mode 100644 index 0000000000000000000000000000000000000000..f77f0a020ff6109f55ba8869ad9d3825f2657b45 GIT binary patch literal 1240 zcmY!laBnv$95lwY9`Z2%N7G6AAk zE`8_xyb_?IVg+M}s-V>3{L-T2)M5n_umHkEAU@3X0Y&-A!Koz*(fU9iD(Hu#R+K2{ zd*%Xdb%N5)P}&n{2i%tmAfLMz8!CW80_Y_7Vj~5RM}t5fN7!V6YEw#Sa%z!+2GAz& z%o0tYlZ#RlOY$*9GV}9XfFY@%p^0Ra5t31mAa_nINzBPl2Zc^L(3gMW>2BY5G@t zKE?dxw(SblGmR}j+n!9_^y8ewACF<}-Ar}e8@2x! z+P`>u-$uQ2|J)$;BR{V`d|PN&vwz=$pAp$nR_FAe{rPp`%kLfAt|a!%6fDcXAC{+rvL zCWSO8l^wiu>;G!5@0Qipd-B8iul6qylML>=u&p^TY5%Hgr*34t7g4MdHjX=U^#8rX z>DT9LK9o{^l5|LAW6O+!2`gP@J1;b`?CE4Qi00EgyjgSe#5A9?u^QV|oLpl|PJ6d% zR`5Jr>27Hq86Q!h!mg^bPH)Y32BTCR<)HT$3|&Pd`ofRI)t-L;>f81+%3^n>RmHpH z7j5m&dv!VE=CyJr_k?w&Y_C!_HlEsZGUWdu{`dmr*WVeLc3x}*J0==Ohl%HRs0Lm=DTn7XVRPrf>iN literal 0 HcmV?d00001 diff --git a/php/gridicons.php b/php/gridicons.php index d185ce8..4c845ab 100644 --- a/php/gridicons.php +++ b/php/gridicons.php @@ -166,6 +166,9 @@ function get_gridicon( $gridicon ) { case 'gridicons-computer': $svg = ''; break; + case 'gridicons-copy': + $svg = ''; + break; case 'gridicons-coupon': $svg = ''; break; diff --git a/sources/svg/gridicons-copy.svg b/sources/svg/gridicons-copy.svg new file mode 100644 index 0000000..1ca18f3 --- /dev/null +++ b/sources/svg/gridicons-copy.svg @@ -0,0 +1,4 @@ + + + + diff --git a/svg-min/gridicons-copy.svg b/svg-min/gridicons-copy.svg new file mode 100644 index 0000000..104f064 --- /dev/null +++ b/svg-min/gridicons-copy.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svg-sprite/gridicons.svg b/svg-sprite/gridicons.svg index 8b69ee8..b5112e6 100644 --- a/svg-sprite/gridicons.svg +++ b/svg-sprite/gridicons.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/svg-sprite/index.html b/svg-sprite/index.html index 45a1c38..4f3b3b2 100644 --- a/svg-sprite/index.html +++ b/svg-sprite/index.html @@ -518,6 +518,12 @@

Icon names

gridicons-computer

+
+ + + +

gridicons-copy

+