@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.03 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconActionVideoHitsSmall24 = 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: "M13.6464 5.14645c.1953-.19527.5119-.19527.7072 0L15 5.79289l.6464-.64644c.1953-.19527.5119-.19527.7072 0 .1952.19526.1952.51184 0 .7071l-1 1c-.1953.19527-.5119.19527-.7072 0l-1-1c-.1952-.19526-.1952-.51184 0-.7071M9 7h1v10H9V7M8 8V7c0-.55228.44772-1 1-1h1c.5523 0 1 .44772 1 1v1h7c.5523 0 1 .44772 1 1v6c0 .5523-.4477 1-1 1h-7v1c0 .5523-.4477 1-1 1H9c-.55228 0-1-.4477-1-1v-1H6c-.55228 0-1-.4477-1-1V9c0-.55228.44772-1 1-1zm0 1H6v6h2zm3 6h7V9h-7zm3.3536 3.8536c-.1953.1952-.5119.1952-.7072 0-.1952-.1953-.1952-.5119 0-.7072l1-1c.1953-.1952.5119-.1952.7072 0l1 1c.1952.1953.1952.5119 0 .7072-.1953.1952-.5119.1952-.7072 0L15 18.2071z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-action-video-hits-small-24.js.map