@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 649 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconActionVideoEndsSmall24 = 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: "M16 7h1v10h-1zm-1 0c0-.55228.4477-1 1-1h1c.5523 0 1 .44772 1 1v10c0 .5523-.4477 1-1 1h-1c-.5523 0-1-.4477-1-1zM5.5 8c-.27614 0-.5.22386-.5.5s.22386.5.5.5H13v6H5.5c-.27614 0-.5.2239-.5.5s.22386.5.5.5h8c.2761 0 .5-.2239.5-.5v-7c0-.27614-.2239-.5-.5-.5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-action-video-ends-small-24.js.map