mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
parent
c9d5ec9277
commit
c0dd870c6e
33 changed files with 660 additions and 358 deletions
|
@ -1,5 +1,4 @@
|
|||
import React from "react";
|
||||
import oc from "open-color";
|
||||
|
||||
// We inline font-awesome icons in order to save on js size rather than including the font awesome react library
|
||||
export const SHAPES = [
|
||||
|
@ -62,7 +61,7 @@ export const SHAPES = [
|
|||
y1="3"
|
||||
x2="6"
|
||||
y2="3"
|
||||
stroke={oc.black}
|
||||
stroke="currentColor"
|
||||
strokeLinecap="round"
|
||||
/>
|
||||
</svg>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue