UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.2 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAnnotate24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" }, h("path", { "clip-rule": "evenodd", d: "M8.29283 15.707a1.0001 1.0001 0 0 1-.27343-.9032l.5-2.4998a1 1 0 0 1 .27346-.511l8.14644-8.14661c.5858-.58583 1.5356-.58581 2.1214.00005l-.7072.70706c-.1952-.19529-.5118-.19529-.7071-.00002l-1.0427 1.04277 2.0001 2.0001 1.0426-1.04268c.1953-.19525.1953-.51182.0001-.70708l-1.293-1.29309.7072-.70706 1.2929 1.29308c.5857.5858.5857 1.5355 0 2.12126l-8.1465 8.14642a.9995.9995 0 0 1-.5111.2735l-2.5.4998a1.0002 1.0002 0 0 1-.90317-.2735m1.20715-3.2069 6.39662-6.39674 2.0001 2.00009L11.5 14.5001l-1.4377.2874-1.06232.2124.21247-1.0623zM18 12.4495v5.5503c0 .5523-.4477 1-1 1H6c-.55228 0-1-.4477-1-1V6.99977c0-.55229.44772-1 1-1h5.5503a.5.5 0 0 0 .3535-.14645c.315-.31498.0919-.85355-.3535-.85355H6c-1.10457 0-2 .89543-2 2V17.9998c0 1.1045.89543 2 2 2h11c1.1046 0 2-.8955 2-2v-5.5503c0-.4454-.5386-.6685-.8536-.3535a.5.5 0 0 0-.1464.3535", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-annotate-24.js.map