css.gg icon indicating copy to clipboard operation
css.gg copied to clipboard

Format-bold.svg is broken

Open MartB opened this issue 4 years ago • 3 comments

See https://github.com/astrit/css.gg/blob/master/icons/svg/format-bold.svg

MartB avatar May 31 '20 22:05 MartB

Thanks for the awesome work :)

Do we have update on this? I'm not a designer, else I would have PR'ed this.

zusamarehan avatar Jun 29 '20 18:06 zusamarehan

@zusamarehan I am working on it but is more complex than it seems and will come in all the versions available also quite some changes planned.

astrit avatar Jul 07 '20 08:07 astrit

In the mean time, I've created one that might help.

<svg
  width="24"
  height="24"
  viewBox="0 0 24 24"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <path d="M 6.9590764,5.7378392 H 8.375 V 19.078125 H 6.9590764 Z m 6.1482616,13.3327078 -4.7292032,10e-7 -0.011048,-1.333333 h 4.7402522 c 1.472733,0 2.666667,-1.193907 2.666667,-2.666667 0,-1.472733 -1.193934,-2.666667 -2.666667,-2.666667 H 9.1073387 v -1.333333 h 3.9999993 c 2.209133,-1e-6 4,1.790867 4,4 -10e-7,2.20914 -1.790867,3.999999 -4,3.999999 z m -2.148261,-6.666042 -4.0000007,10e-7 v -1.333333 h 4.0000007 c 1.472733,-10e-7 2.666667,-1.1939074 2.666667,-2.6666667 0,-1.4727336 -1.193934,-2.666667 -2.666667,-2.6666669 l -4.0000007,-3e-7 v -1.333333 h 4.0000007 c 2.209133,-7e-7 4,1.7908664 4,3.9999999 -1e-6,2.20914 -1.790867,3.999999 -4,3.999999 z" 
  fill="currentColor"
  stroke="currentColor"
  stroke-width="1" />
</svg>

rohzart avatar Aug 05 '21 23:08 rohzart