UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.41 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconPublish16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" }, h("path", { "clip-rule": "evenodd", d: "M7.30081 5.16357c-1.10839-.66503-2.49308-.66503-3.60147 0l-.19922.11953v5.8506c1.25932-.6251 2.74069-.6251 4 0V5.28316zm1.19931.11953v5.8506c1.2593-.6251 2.74068-.6251 3.99998-.0001V5.28312l-.1993-.11955c-1.1084-.66503-2.49307-.66503-3.60146 0zm-.2863 7.1691a.51.51 0 0 0 .04358-.0233l.44177-.2652c1.1085-.6652 2.49343-.6652 3.60193 0l.4417.2652c.2368.142.544.0653.6861-.1715.0504-.0841.0733-.177.0712-.2682V5.00968a.5.5 0 0 0-.0023-.05726.495.495 0 0 0-.0656-.20403.496.496 0 0 0-.1275-.14488.49.49 0 0 0-.0564-.03762l-.433-.25981c-1.4251-.85505-3.20538-.85505-4.63046 0l-.18476.11086-.18477-.11086c-1.42507-.85505-3.20539-.85505-4.63047 0l-.43388.26033a.5.5 0 0 0-.04666.03045.497.497 0 0 0-.14609.16901.5025.5025 0 0 0-.05809.24569v6.98034a.498.498 0 0 0 .02949.1777.5.5 0 0 0 .0473.0968.498.498 0 0 0 .24524.201.49.49 0 0 0 .05487.0173c.12464.0317.26138.0156.38037-.0558l.44189-.2652c1.10844-.6651 2.49324-.6651 3.60169 0l.44189.2652a.51.51 0 0 0 .04358.0233.51.51 0 0 0 .07005.0269.5018.5018 0 0 0 .28728 0 .51.51 0 0 0 .07005-.0269", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-publish-16.js.map