UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 898 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconInfo16 = 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 6m-6.51703 2.5355c0 .284.23021.5142.5142.5142s.5142-.2302.5142-.5142V7.20027c0-.28398-.23021-.5142-.5142-.5142s-.5142.23022-.5142.5142zm.09659-4.63068q.17613.16193.42045.16193.24715 0 .42046-.16193.17613-.16477.17613-.39489 0-.23295-.17613-.39488-.1733-.16478-.42046-.16478-.24432 0-.42045.16478-.17614.16193-.17614.39488 0 .23012.17614.39489", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-info-16.js.map