UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

6 lines 2.06 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconExposureSmall24 = 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: "M11.5 7.02466C8.97334 7.27552 7 9.4073 7 12c0 2.5926 1.97334 4.7244 4.5 4.9753z", fill: "currentColor", "fill-rule": "evenodd", fillOpacity: "0.3" }), h("path", { "clip-rule": "evenodd", d: "M12.0001 4c.2762 0 .5.22386.5.5V6a.5.5 0 0 1-.0004.02049c1.2815.10561 2.4488.61393 3.3751 1.39814a.6.6 0 0 1 .0143-.01482l1.0606-1.06066c.1953-.19527.5119-.19527.7072 0 .1952.19526.1952.51184 0 .7071l-1.0607 1.06066a.6.6 0 0 1-.0148.01422c.7843.92633 1.2927 2.09367 1.3983 3.37527A.5.5 0 0 1 18 11.5h1.5c.2761 0 .5.2239.5.5s-.2239.5-.5.5H18a.5.5 0 0 1-.0203-.0004c-.1056 1.2816-.614 2.4489-1.3983 3.3753.005.0046.0099.0093.0148.0142l1.0607 1.0606c.1952.1953.1952.5119 0 .7072-.1953.1952-.5119.1952-.7072 0l-1.0606-1.0607a.7.7 0 0 1-.0143-.0148c-.9263.7842-2.0936 1.2925-3.3751 1.3981a.5.5 0 0 1 .0004.0205v1.5c0 .2761-.2238.5-.5.5-.2761 0-.5-.2239-.5-.5V18c0-.0069.0002-.0137.0004-.0205-1.2815-.1057-2.44883-.6141-3.37514-1.3984a.45.45 0 0 1-.01445.0151l-1.06066 1.0607c-.19526.1952-.51184.1952-.7071 0-.19527-.1953-.19527-.5119 0-.7072l1.06066-1.0606a.46.46 0 0 1 .01507-.0145c-.78419-.9263-1.29251-2.0936-1.39813-3.375A.5.5 0 0 1 6 12.5H4.5c-.27614 0-.5-.2239-.5-.5s.22386-.5.5-.5H6a.5.5 0 0 1 .02075.0004c.10562-1.2814.61395-2.44872 1.39813-3.37502a.5.5 0 0 1-.01507-.01447L6.34315 7.05025c-.19527-.19526-.19527-.51184 0-.7071.19526-.19527.51184-.19527.7071 0l1.06066 1.06066a.5.5 0 0 1 .01445.01505c.92631-.78428 2.09364-1.29268 3.37514-1.39835A.7.7 0 0 1 11.5001 6V4.5c0-.27614.2239-.5.5-.5m-4.99986 8c0-2.59267 1.97334-4.72445 4.49996-4.97531v9.95061C8.97358 16.7245 7.00024 14.5927 7.00024 12m5.49996 4.9753c2.5267-.2508 4.5-2.3826 4.5-4.9753 0-2.59267-1.9733-4.72445-4.5-4.97531z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-exposure-small-24.js.map