@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.15 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconAll16 = 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: "M2.4855 5.14245a1.00002 1.00002 0 0 0 0 1.71499l1.90418 1.14251-1.90418 1.1425A1 1 0 0 0 2 9.99995c0 .35125.1843.67675.4855.85745l4.48551 2.6913c.63336.3801 1.42462.3801 2.05798 0l4.48551-2.6913A.9999.9999 0 0 0 14 9.99995c0-.35127-.1843-.67677-.4855-.8575l-1.9042-1.1425 1.9042-1.14251a1 1 0 0 0 0-1.71499l-4.48551-2.6913c-.63336-.38002-1.42462-.38002-2.05798 0zm7.18117 2.8575.97183-.5831 1.3897-.83381L13 5.99995l-.9718-.5831-3.5137-2.10821c-.31669-.19-.71231-.19-1.029 0L3.97183 5.41685 3 5.99995l.97183.58309 1.38968.83381.97182.5831 1.15217.6913c.31669.19001.71231.19001 1.029 0zm-4.30516.58309 1.6095.9657c.63336.38002 1.42462.38002 2.05798 0l1.60951-.9657 1.3897.83381.9718.5831-.9718.58305-3.5137 2.1082c-.31669.1901-.71231.1901-1.029 0L3.97183 10.583 3 9.99995l.97183-.5831z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-all-16.js.map