UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

6 lines 765 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconSaveFilled24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "M7 5c0-1.10457.89543-2 2-2h6c1.1046 0 2 .89543 2 2v15.0858c0 .8909-1.0771 1.3371-1.7071.7071L12 17.5l-3.29289 3.2929C8.07714 21.4229 7 20.9767 7 20.0858z", fill: "currentColor", fillOpacity: "0.3" }), h("path", { d: "M12.3536 17.1464c-.1953-.1952-.5119-.1952-.7072 0l-3.29285 3.2929c-.31498.315-.85355.0919-.85355-.3535V5c0-.82843.67157-1.5 1.5-1.5h6c.8284 0 1.5.67157 1.5 1.5v15.0858c0 .4454-.5386.6685-.8536.3535z", stroke: "black", strokeOpacity: "0.9" }))); //# sourceMappingURL=icon-save-filled-24.js.map