UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.89 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconInteractionClickSmall24 = 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: "M9.32133 5.53282c.25512-.10568.54761.01548.65328.2706l.77649 1.87472c.1018.24576-.0389.52436-.2846.62643-.2457.10208-.53736.0022-.63918-.24362L9.05073 6.1861c-.10567-.25512.01548-.5476.2706-.65328M8.06105 9.82721l-1.87487-.77659c-.25512-.10568-.54761.01547-.65328.2706-.10568.25512.01547.5476.2706.65328l1.87473.7765c.24577.1018.52437-.0389.62643-.2846.10209-.2457.00221-.53736-.24361-.63919M7.67821 13.249l-1.87479.7765c-.25512.1057-.37628.3982-.2706.6533s.39816.3763.65328.2706l1.87493-.7766c.24582-.1018.34569-.3935.24361-.6392-.10206-.2457-.38066-.3864-.62643-.2846m2.14898 2.6901-.77658 1.8748c-.10568.2551.01547.5476.2706.6533.25512.1057.5476-.0155.65328-.2706l.77651-1.8747c.1018-.2458-.0389-.5244-.2846-.6264-.2457-.1021-.53738-.0023-.63921.2436M16.322 10.751l1.8745-.77647c.2552-.10567.3763-.39816.2706-.65328-.1056-.25512-.3981-.37627-.6532-.2706l-1.8747.77652c-.2458.10182-.3457.39353-.2436.63923.102.2456.3806.3864.6264.2846m-2.1492-2.69009.7766-1.87476c.1056-.25512-.0155-.5476-.2706-.65328-.2552-.10567-.5476.01548-.6533.2706l-.7765 1.87462c-.1018.24577.0389.52438.2846.62644s.5374.00219.6392-.24362m-1.8215 3.00279c-.3672-.1377-.7809-.048-1.0582.2293-.2773.2772-.3669.691-.2292 1.0582l2.25 6c.1537.4099.5561.6721.9932.6472.437-.0248.8071-.3311.9132-.7558l.6045-2.4179 2.4179-.6045c.4247-.1062.731-.4762.7559-.9133.0249-.437-.2374-.8395-.6473-.9932zm3.9401 3.6136-1.2912.3228-.3228 1.2912-.4272 1.7088-.6185-1.6493-1.1655-3.108-.466-1.2427 1.2428.466 3.1079 1.1655 1.6493.6185z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-interaction-click-small-24.js.map