@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 2.1 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconSkipInkFalse24 = 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: "M6.74643 15.0819c.22204 0 .41986-.1403.49332-.3498l.62469-1.7819h3.09286l.6235 1.7816c.0734.2097.2713.3501.4935.3501.3628 0 .6153-.3604.4914-.7014L10.192 7.84659c-.1191-.3281-.43091-.54654-.77999-.54654-.34895 0-.66063.21828-.77992.54621L6.25517 14.3804c-.12403.3409.12846.7015.49126.7015m3.89167-3.0436L9.45258 8.65105a.04284.04284 0 0 0-.08089-.00002L8.18415 12.0383zm3.8704 5.179c.3217.1165.7067.1748 1.1551.1748q.72195 0 1.3071-.228c.12-.0468.2324-.1014.3371-.164H17.5c.2761 0 .5-.2239.5-.5 0-.0554-.009-.1086-.0256-.1584.1795-.2985.2692-.6691.2692-1.1116V9.74137c0-.27386-.222-.49587-.4959-.49587h-.0285c-.2581 0-.4673.20925-.4673.46737v.41353c0 .0297-.0241.0538-.0539.0538a.0545.0545 0 0 1-.0457-.0251c-.0671-.1042-.158-.23009-.2728-.37764-.1216-.15958-.2938-.30017-.5168-.42176-.2229-.12413-.5205-.18619-.8929-.18619-.4813 0-.9081.12032-1.2805.36097s-.6637.58392-.8739 1.02972c-.2103.4433-.3154.9689-.3154 1.5769 0 .613.1077 1.1323.323 1.5579.2153.4255.5079.7485.8777.9689.3724.2178.7916.3268 1.2577.3268q.55095 0 .8853-.171c.2255-.1165.4003-.2508.5244-.4028.1156-.1439.206-.2713.271-.3823.0088-.0149.0247-.0243.042-.0243.0265 0 .048.0215.048.048v1.1186c0 .3405-.0768.6149-.2303.8232h-2.6852c-.1754-.1559-.4312-.2031-.6403-.091a.505.505 0 0 0-.1218.091H6.5c-.27614 0-.5.2238-.5.5 0 .2761.22386.5.5.5h7.5372q.21135.1251.4713.2172m2.0062-3.3361c-.2355.157-.5256.2355-.8701.2355-.3572 0-.6561-.0836-.8967-.2507-.2381-.1698-.4193-.4041-.5434-.703-.1216-.2989-.1824-.6459-.1824-1.0411 0-.385.0595-.7334.1786-1.0449.1216-.3116.3027-.5599.5434-.7448.2406-.1849.5408-.2774.9005-.2774.347 0 .6396.0887.8777.266.2381.1748.418.4167.5396.7258.1216.309.1824.6675.1824 1.0753 0 .4154-.0621.7726-.1862 1.0715s-.3053.5282-.5434.6878", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-skip-ink-false-24.js.map