UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 907 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconPlayOnRectangle24 = 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: "M5 6h10c.5523 0 1 .44772 1 1v1H9c-1.10457 0-2 .89543-2 2v5H5c-.55228 0-1-.4477-1-1V7c0-.55228.44772-1 1-1m14 2h-2V7c0-1.10457-.8954-2-2-2H5c-1.10457 0-2 .89543-2 2v7c0 1.1046.89543 2 2 2h2v1c0 1.1046.89543 2 2 2h10c1.1046 0 2-.8954 2-2v-7c0-1.10457-.8954-2-2-2m0 1H9c-.55228 0-1 .44772-1 1v7c0 .5523.44772 1 1 1h10c.5523 0 1-.4477 1-1v-7c0-.55228-.4477-1-1-1m-5.47 2.0541c-.6661-.4163-1.53.0626-1.53.848v3.1958c0 .7854.864 1.2643 1.53.848l2.5566-1.5979c.6267-.3917.6267-1.3043 0-1.696zm-.53.848L15.5566 13.5 13 15.0979z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-play-on-rectangle-24.js.map