UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.48 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconPerson16 = 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: "M8.0001 8c-1.10457 0-2-.89543-2-2s.89543-2 2-2 2 .89543 2 2-.89543 2-2 2m-3-2c0-1.65685 1.34314-3 3-3 1.65685 0 3 1.34315 3 3s-1.34315 3-3 3c-1.65686 0-3-1.34315-3-3m-1.59806 7.4903c.26923.0538.53117-.1195.58739-.3876l.00195-.008a.96.96 0 0 1 .01501-.0522c.01558-.0496.04299-.1265.08742-.2217.08885-.1904.24491-.4523.50984-.7172C5.12226 11.5849 6.11372 11 8.0001 11c1.88637 0 2.8778.5849 3.3964 1.1036.265.2649.421.5268.5099.7172.0444.0952.0718.1721.0874.2217.0078.0247.0126.0425.015.0522l.002.008c.0562.2681.3181.4414.5874.3876.2707-.0542.4463-.3176.3922-.5884L12.5001 13c.4903-.0981.4902-.0984.4901-.0988l-.0001-.0008-.0004-.0019-.0009-.0043-.0025-.0115a1.4 1.4 0 0 0-.0081-.0336 1.97 1.97 0 0 0-.0304-.1064c-.0274-.0872-.0703-.2056-.1352-.3448-.1299-.2783-.3489-.6414-.7089-1.0015C11.3723 10.6651 10.1137 10 8.0001 10c-2.11363 0-3.37217.6651-4.10356 1.3964-.36007.3601-.57901.7232-.70891 1.0015-.06494.1392-.10784.2576-.13523.3448a2 2 0 0 0-.0304.1064 1.3 1.3 0 0 0-.00807.0336l-.00252.0115-.00091.0043-.00037.0019-.00017.0008c-.00008.0004-.00015.0007.49014.0988l-.49029-.0981c-.05416.2708.12145.5342.39223.5884", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-person-16.js.map