UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.17 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconPeopleSmall24 = 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: "M9.99988 8.5c0 .82843-.67157 1.5-1.5 1.5s-1.5-.67157-1.5-1.5.67157-1.5 1.5-1.5 1.5.67157 1.5 1.5m1.00002 0c0 1.38071-1.11931 2.5-2.50002 2.5s-2.5-1.11929-2.5-2.5 1.11929-2.5 2.5-2.5 2.50002 1.11929 2.50002 2.5M15.5 13c-1.3807 0-2.5 1.1193-2.5 2.5 0-.686-.1535-1.3362-.4281-1.9181C13.1973 12.6292 14.2752 12 15.5 12c1.933 0 3.5 1.567 3.5 3.5v2c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5v-2c0-1.3807-1.1193-2.5-2.5-2.5m-7 0C7.11929 13 6 14.1193 6 15.5v2c0 .2761-.22386.5-.5.5s-.5-.2239-.5-.5v-2C5 13.567 6.567 12 8.5 12s3.5 1.567 3.5 3.5v2c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5v-2c0-1.3807-1.11929-2.5-2.5-2.5m8.4999-4.5c0 .82843-.6716 1.5-1.5 1.5s-1.5-.67157-1.5-1.5.6716-1.5 1.5-1.5 1.5.67157 1.5 1.5m1 0c0 1.38071-1.1193 2.5-2.5 2.5s-2.5-1.11929-2.5-2.5 1.1193-2.5 2.5-2.5 2.5 1.11929 2.5 2.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-people-small-24.js.map