UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.22 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconCloudOffline24 = 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: "m7.79817 17-.19937-.0198C5.57854 16.7796 4 15.0735 4 13c0-2.0986 1.61678-3.82054 3.67197-3.9868l.5581-.04514.25319-.49943C9.22687 7.0018 10.7473 6 12.5 6c2.3811 0 4.331 1.85001 4.4895 4.1904l.049.7233.7027.1783C19.0401 11.4218 20 12.6 20 14c0 1.6569-1.3431 3-3 3H7.79817M3 13c0 2.5927 1.97334 4.7245 4.5 4.9753V18H17c2.2091 0 4-1.7909 4-4 0-1.8684-1.2811-3.4376-3.0127-3.8772C17.7934 7.26115 15.4108 5 12.5 5c-2.1439 0-4.00134 1.22668-4.90868 3.01646C5.02106 8.22438 3 10.3762 3 13m7.3535-2.8535c-.1952-.19531-.51179-.19531-.70705 0-.19526.1952-.19526.5118 0 .707L11.2929 12.5l-1.64645 1.6465c-.19526.1952-.19526.5118 0 .707.19526.1953.51185.1953.70705 0L12 13.2071l1.6465 1.6464c.1952.1953.5118.1953.707 0 .1953-.1952.1953-.5118 0-.707L12.7071 12.5l1.6464-1.6465c.1953-.1952.1953-.5118 0-.707-.1952-.19531-.5118-.19531-.707 0L12 11.7929z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-cloud-offline-24.js.map