@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.14 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconUnsavedChanges24 = 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: "m17.0385 10.9136-.0489-.7233C16.831 7.85 14.8811 6 12.5 6c-1.7527 0-3.27313 1.0018-4.01674 2.46863l-.25318.49943-.55812.04515C5.61677 9.17946 4 10.9014 4 13c0 2.2091 1.79086 4 4 4h2c.2761 0 .5.2239.5.5s-.2239.5-.5.5H8c-2.76142 0-5-2.2386-5-5 0-2.6238 2.02105-4.77562 4.59133-4.98354C8.49866 6.22668 10.3561 5 12.5 5c2.9108 0 5.2934 2.26115 5.4873 5.1228C19.719 10.5624 21 12.1316 21 14c0 2.2091-1.7909 4-4 4h-3c-.2761 0-.5-.2239-.5-.5s.2239-.5.5-.5h3c1.6569 0 3-1.3431 3-3 0-1.4-.9599-2.5782-2.2588-2.908zm-4.6849.2328c-.1953-.1952-.5119-.1952-.7072 0l-2.49995 2.5c-.19527.1953-.19527.5119 0 .7072.19526.1952.51184.1952.7071 0L11.5 12.7071V19c0 .2761.2239.5.5.5s.5-.2239.5-.5v-6.2929l1.6464 1.6465c.1953.1952.5119.1952.7072 0 .1952-.1953.1952-.5119 0-.7072z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-unsaved-changes-24.js.map