UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.42 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconExposure16 = 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: "M8.49946 2.25c0-.27614-.22385-.5-.5-.5-.27614 0-.5.22386-.5.5v1.27752c-.86736.09599-1.66041.4385-2.30752.9559l-.9036-.9036c-.19526-.19526-.51184-.19526-.7071 0s-.19526.51185 0 .70711l.90344.90344c-.51792.64716-.86085 1.44046-.95705 2.30817H2.25c-.27614 0-.5.22385-.5.5 0 .27614.22386.5.5.5h1.2773c.0957.86824.4384 1.66206.95629 2.30976l-.90235.9023c-.19526.1953-.19526.5119 0 .7071.19526.1953.51184.1953.7071 0l.90225-.9022c.64735.518 1.4409.8609 2.30887.957v1.275c0 .2762.22386.5.5.5.27615 0 .5-.2238.5-.5v-1.2749c.86801-.0959 1.66164-.4386 2.30904-.9564l.9009.9008c.1952.1953.5118.1953.7071 0 .1953-.1952.1953-.5118 0-.7071l-.9008-.9008c.5183-.6478.8613-1.44193.957-2.31056h1.2748c.2762 0 .5-.22386.5-.5 0-.27615-.2238-.5-.5-.5h-1.2751c-.0963-.86822-.4396-1.66194-.958-2.30931l.9021-.90208c.1953-.19526.1953-.51185 0-.70711s-.5119-.19526-.7071 0l-.9025.90247c-.6471-.51711-1.44016-.85934-2.30744-.9551zM7.5 4.53544C5.80385 4.77806 4.5 6.23676 4.5 8s1.30385 3.2219 3 3.4646zm1 6.92916c1.6961-.2427 3-1.70136 3-3.4646s-1.3039-3.22194-3-3.46456z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-exposure-16.js.map