@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.7 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconStrikeThrough24 = 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: "M15.0197 8.34276c-.1469-.49194-.4387-.89991-.8755-1.22391-.5753-.43088-1.3018-.64631-2.1797-.64631-.6136 0-1.1569.10464-1.63.31392q-.70306.30776-1.09938.84943-.39631.54167-.39631 1.23722 0 .49242.21733.87405c.14489.25032.34091.46784.58807.65244q.37714.27705.84379.474c.3153.1313.6392.2441.9715.3385l1.0512.2879H18.5c.2761 0 .5.2239.5.5s-.2239.5-.5.5h-13c-.27614 0-.5-.2239-.5-.5s.22386-.5.5-.5h3.93509q-.48159-.27045-.83918-.6018c-.5625-.5211-.84375-1.18182-.84375-1.98201q0-1.00947.5625-1.77888t1.52131-1.20028C10.4752 5.64568 11.1932 5.5 11.9901 5.5c.8096 0 1.5234.14568 2.1413.43703q.9333.43087 1.4766 1.18797c.2524.34482.425.72272.5177 1.13373.0699.30985-.1889.57744-.5065.57744-.2858 0-.5177-.21954-.5995-.49341M15.8358 13.5c.0988 0 .1914.0507.2388.1373.2046.3693.3068.8084.3068 1.3172q0 1.0095-.5433 1.8159c-.3622.5334-.88.9561-1.5533 1.268-.6733.3077-1.4765.4616-2.4098.4616-.8821 0-1.647-.1395-2.29471-.4186-.64773-.2831-1.15909-.675-1.53409-1.1756-.25155-.3425-.42953-.7208-.53394-1.1351-.08195-.3251.18751-.613.52281-.613.29903 0 .53948.2326.62564.519q.12937.43005.41461.7674c.29829.3488.68821.6156 1.16978.8002q.7287.2709 1.6299.2709c.6648 0 1.2529-.1067 1.7642-.3201.5157-.2175.9205-.5191 1.2145-.9049.2941-.3857.4411-.835.4411-1.348 0-.4308-.1151-.794-.3452-1.0895-.1011-.1322-.0157-.3527.1507-.3527z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-strike-through-24.js.map