@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.57 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconSpotlightSmall24 = 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: "M14.7236 5.0529c.247.12349.3471.42383.2236.67082l-.5 1c-.1235.24699-.4238.3471-.6708.2236-.247-.12349-.3471-.42383-.2236-.67082l.5-1c.1235-.24699.4238-.3471.6708-.2236m3.1299 1.09366c.1953.19526.1953.51184 0 .7071l-1.5 1.5c-.1952.19526-.5118.19526-.7071 0-.1952-.19526-.1952-.51184 0-.7071l1.5-1.5c.1953-.19527.5119-.19527.7071 0m-6.2071.5c.1953-.19527.5119-.19527.7071 0l5 5.00004c.1953.1952.1953.5118 0 .7071l-2 2a.501.501 0 0 1-.1954.1208l-2.888.9626-2.70947 2.7095c-.58579.5857-1.53553.5857-2.12132 0l-1.58579-1.5858c-.58578-.5858-.58578-1.5356 0-2.1213L8.56296 11.73l.96267-2.888a.5.5 0 0 1 .12079-.19544zm-1.4279 3.27916 3.8559 3.85588-2.2325.7442a.499.499 0 0 0-.1955.1208l-2.79288 2.7928c-.19526.1953-.51184.1953-.7071 0l-1.58579-1.5857c-.19526-.1953-.19526-.5119 0-.7071l2.79289-2.7929a.5.5 0 0 0 .12079-.1955zM15 13.293l1.2929-1.2929L12 7.70722l-1.2929 1.29289zm3.9472-4.0165c.1235.24699.0234.54733-.2236.67082l-1 .49998c-.247.1235-.5473.0234-.6708-.2236-.1235-.24697-.0234-.54731.2236-.6708l1-.5c.247-.1235.5473-.02339.6708.2236m-7.5937 3.3701c.1953.1952.1953.5118 0 .7071l-.5.5c-.1952.1952-.5118.1952-.7071 0-.19524-.1953-.19524-.5119 0-.7071l.5-.5c.1953-.1953.5119-.1953.7071 0", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-spotlight-small-24.js.map