UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.5 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconHelp16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" }, h("path", { "clip-rule": "evenodd", d: "M13 8c0 2.7614-2.2386 5-5 5-2.76142 0-5-2.2386-5-5 0-2.76142 2.23858-5 5-5 2.7614 0 5 2.23858 5 5m1 0c0 3.3137-2.6863 6-6 6-3.31371 0-6-2.6863-6-6 0-3.31371 2.68629-6 6-6 3.3137 0 6 2.68629 6 6M7.37077 9.13353v.07387h.94602v-.07387q.00285-.30113.07103-.50568.07103-.20739.21591-.36079.14772-.15342.37784-.29546.26136-.15625.4517-.35511.19034-.19887.29262-.45455.1051-.25567.10511-.57954 0-.48011-.23296-.82955-.2301-.35227-.64488-.54261-.41193-.19034-.95455-.19034-.49716 0-.90909.18182-.40909.18182-.65909.54545-.24716.36363-.26136.90341h1.01136q.0142-.26704.13068-.44034.11932-.17614.2983-.26137.18181-.08806.38352-.08806.21875 0 .39489.09091.17897.0909.28409.25568.1051.16477.10511.3892 0 .19886-.07954.3608-.07955.15909-.21875.28977-.13636.12784-.30966.2358-.25284.15624-.42898.34375-.17613.18465-.27273.48863-.09374.30398-.09659.81818m.05398 1.66477q.18466.1818.44034.1818c.11364 0 .21686-.0274.30966-.0824.0947-.0568.17045-.1325.22727-.2272.05871-.0947.08807-.1998.08807-.3154 0-.1704-.0625-.3163-.1875-.43748q-.18466-.18181-.4375-.18181-.25568 0-.44034.18181c-.12311.12118-.18466.26708-.18466.43748 0 .1743.06155.322.18466.4432", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-help-16.js.map