UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 670 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconPlay24 = 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: "m9.37165 17.8665 8.16225-5.0224c.6337-.3899.6348-1.3106.0021-1.702L9.37353 6.09188C8.77396 5.72092 8 6.15218 8 6.85724V17.1c0 .7041.77201 1.1355 1.37165.7665m8.68625-4.1707c1.2674-.7798 1.2697-2.6212.0042-3.4041L9.89968 5.24149C8.6339 4.45834 7 5.36878 7 6.85724V17.1c0 1.4864 1.6298 2.3971 2.89571 1.6182z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-play-24.js.map