MCPcopy Create free account
hub / github.com/editablejs/editable / BackgroundColorIcon

Function BackgroundColorIcon

packages/ui/src/icon.tsx:807–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805}
806
807export const BackgroundColorIcon: React.FC<React.HTMLAttributes<SVGSVGElement>> = props => {
808 return (
809 <svg {...props} viewBox="0 0 1024 1024" width="1em" height="1em" fill="currentColor">
810 <path
811 d="M982.175 427.175l-375.5 375.399c-18.2 18.201-44.399 23.201-67.1 14.9l-76.8 76.801c-26.5 26.6-67.2 30.5-97.9 11.799l-40.7 40.701c-4.5 4.5-10.7 7-17.1 7l-279.4-1.301c-14.8 0-26.9-12.1-26.8-27 0-7.199 2.9-14 7.9-19l178.3-178.299c-18.7-30.801-14.7-71.4 11.8-97.9l76.8-76.801c-8.2-22.5-3.3-48.799 14.9-67l375.5-375.3c54.6-54.601 143-54.601 197.6 0l118.5 118.399c54.6 54.602 54.6 143.102 0 197.602z m-498.2 344.3l-162.3-162.199-60.7 60.699c-9.4 9.301-9.4 24.4 0 33.801l128.5 128.4c9.2 9.398 24.4 9.398 33.8 0l60.7-60.701z m359.9-307.6l-214.7-214.5-282.2 282.199 214.6 214.5 282.3-282.199z m84.6-186.3l-112.899-112.8c-28-28-73.601-28-101.601 0l-33.8 33.8 214.601 214.5 33.8-33.8c27.999-28.1 27.999-73.6-0.101-101.7z"
812 p-id="10437"
813 ></path>
814 </svg>
815 )
816}
817
818export const CodeBlockIcon: React.FC<React.HTMLAttributes<SVGSVGElement>> = props => {
819 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…