@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.18 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconUnsavedChangesSmall24 = 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: "m15.5539 10.9242-.1207-.6093C15.1152 8.70985 13.6978 7.5 12 7.5c-1.42 0-2.64465.84574-3.19361 2.06521l-.19034.42282-.4457.12787C6.91618 10.4758 6 11.6322 6 13c0 1.6569 1.34315 3 3 3h1c.2761 0 .5.2239.5.5s-.2239.5-.5.5H9c-2.20914 0-4-1.7909-4-4 0-1.8256 1.22307-3.36563 2.89452-3.84528C8.59907 7.58963 10.1723 6.5 12 6.5c2.1843 0 4.0052 1.55632 4.4141 3.6206C17.9038 10.5225 19 11.8833 19 13.5c0 1.933-1.567 3.5-3.5 3.5H14c-.2761 0-.5-.2239-.5-.5s.2239-.5.5-.5h1.5c1.3807 0 2.5-1.1193 2.5-2.5 0-1.1534-.782-2.1267-1.8464-2.414zm-1.2003 2.2222-2-2c-.1953-.1952-.5119-.1952-.7072 0l-1.99995 2c-.19527.1953-.19527.5119 0 .7072.19526.1952.51185.1952.70715 0L11.5 12.7071V17.5c0 .2761.2239.5.5.5s.5-.2239.5-.5v-4.7929l1.1464 1.1465c.1953.1952.5119.1952.7072 0 .1952-.1953.1952-.5119 0-.7072", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-unsaved-changes-small-24.js.map