@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.51 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconInteractionPressSmall24 = 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: "M10.5 10.5c0-.82843.6716-1.5 1.5-1.5s1.5.67157 1.5 1.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5M12 8c-1.3807 0-2.5 1.11929-2.5 2.5 0 1.3807 1.1193 2.5 2.5 2.5s2.5-1.1193 2.5-2.5C14.5 9.11929 13.3807 8 12 8m3.9554 3.0991c.0438-.2915.3265-.5111.6045-.413.0733.0258.1452.0524.2158.0795.6217.2391 1.1592.5361 1.5499.8914.3908.3554.6744.8085.6744 1.343s-.2836.9877-.6744 1.3431c-.3907.3552-.9282.6522-1.5499.8914C15.5289 15.714 13.8403 16 12 16s-3.52886-.286-4.77568-.7655c-.62175-.2392-1.15921-.5362-1.5499-.8914C5.28358 13.9877 5 13.5345 5 13s.28358-.9876.67442-1.343c.39069-.3553.92815-.6523 1.5499-.8914a8 8 0 0 1 .2158-.0795c.27798-.0981.56066.1215.60445.413.03547.2362-.09668.4666-.32134.5477a7.3 7.3 0 0 0-.13993.0521c-.55453.2133-.96897.455-1.23611.6979C6.08019 12.6396 6 12.8442 6 13c0 .1559.08019.3604.34719.6032.26714.2429.68158.4846 1.23611.6979C8.68901 14.7264 10.2504 15 12 15s3.311-.2736 4.4167-.6989c.5545-.2133.969-.455 1.2361-.6979.267-.2428.3472-.4473.3472-.6032 0-.1558-.0802-.3604-.3472-.6032-.2671-.2429-.6816-.4846-1.2361-.6979a7.5 7.5 0 0 0-.1399-.0521c-.2247-.0811-.3568-.3115-.3214-.5477", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-interaction-press-small-24.js.map