UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.67 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconComplexVector16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" }, h("path", { "clip-rule": "evenodd", d: "M11 4.5c0 .27614.2239.5.5.5s.5-.22386.5-.5-.2239-.5-.5-.5-.5.22386-.5.5m0 1.41465c-.5826-.20592-1-.76154-1-1.41465 0-.82843.6716-1.5 1.5-1.5s1.5.67157 1.5 1.5c0 .65311-.4174 1.20873-1 1.41465V10.5l.8232.8232c.0977.0977.0977.2559 0 .3536l-1.1464 1.1464c-.0977.0977-.2559.0977-.3536 0l-1.1464-1.1464c-.0977-.0977-.0977-.2559 0-.3536L11 10.5V8.50548c-.2551.29265-.5519.48555-.8914.5726-.44373.11377-.87962.0251-1.25755-.11193-.36991-.13412-.74166-.33692-1.07299-.51767l-.01749-.00953c-.35179-.19189-.66095-.35928-.95248-.46499-.29005-.10516-.50259-.12586-.66828-.08338-.15021.03852-.33951.14906-.54566.47952-.20804.33351-.4149.86426-.59415 1.6834v.0319c.5826.2059 1 .7615 1 1.4146 0 .8284-.67157 1.5-1.5 1.5S3 12.3284 3 11.5c0-.6531.4174-1.2087 1-1.4146V5.5h.00002l-.82324-.82325c-.09763-.09763-.09763-.25592 0-.35355l1.14644-1.14645c.09763-.09763.25593-.09763.35356 0L5.82322 4.3232c.09763.09763.09763.25592 0 .35355L4.99998 5.5H5v1.99452c.25515-.29265.55193-.48555.89144-.5726.44369-.11377.87958-.0251 1.25751.11193.36991.13412.74166.33692 1.07299.51767l.01749.00953c.35179.19189.66095.35928.95248.46499.29005.10516.50259.12586.66828.08338.15021-.03852.33951-.14906.54571-.47952.208-.33351.4148-.86426.5941-1.68341zM4 11.5c0 .2761.22386.5.5.5s.5-.2239.5-.5-.22386-.5-.5-.5-.5.2239-.5.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-complex-vector-16.js.map