UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 749 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconVideoSmall24 = 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: "M8 7h8c.5523 0 1 .44772 1 1v8c0 .5523-.4477 1-1 1H8c-.55228 0-1-.4477-1-1V8c0-.55228.44772-1 1-1M6 8c0-1.10457.89543-2 2-2h8c1.1046 0 2 .89543 2 2v8c0 1.1046-.8954 2-2 2H8c-1.10457 0-2-.8954-2-2zm4.625 7.0307 3.75-2.1651c.6667-.3849.6667-1.3472 0-1.7321l-3.75-2.16503c-.66667-.3849-1.5.09623-1.5.86603v4.3301c0 .7698.83333 1.251 1.5.8661m-.5-5.1962 3.75 2.1651-3.75 2.165z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-video-small-24.js.map