UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.2 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconCloudOfflineSmall24 = 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.4332 10.3149.1207.6093.5997.1618C17.218 11.3733 18 12.3466 18 13.5c0 1.3807-1.1193 2.5-2.5 2.5H9c-1.65686 0-3-1.3431-3-3 0-1.3678.91618-2.5242 2.17035-2.8841l.44569-.12788.19034-.4228C9.35535 8.34573 10.58 7.5 12 7.5c1.6978 0 3.1152 1.20985 3.4332 2.8149M5 13c0 2.2091 1.79086 4 4 4h6.5c1.933 0 3.5-1.567 3.5-3.5 0-1.6167-1.0962-2.9774-2.5859-3.3794C16.0052 8.05632 14.1843 6.5 12 6.5c-1.8277 0-3.40092 1.08963-4.10548 2.65472C6.22307 9.63437 5 11.1743 5 13m5.8535-2.3535c-.1952-.1953-.5118-.1953-.707 0-.19531.1952-.19531.5118 0 .707L11.2929 12.5l-1.1464 1.1465c-.19531.1952-.19531.5118 0 .707.1952.1953.5118.1953.707 0L12 13.2071l1.1465 1.1464c.1952.1953.5118.1953.707 0 .1953-.1952.1953-.5118 0-.707L12.7071 12.5l1.1464-1.1465c.1953-.1952.1953-.5118 0-.707-.1952-.1953-.5118-.1953-.707 0L12 11.7929z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-cloud-offline-small-24.js.map