UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.07 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconNotificationBellSmall24 = 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: "M12.9924 6.12406A1.02 1.02 0 0 0 13 6c0-.55228-.4477-1-1-1s-1 .44772-1 1a1.02 1.02 0 0 0 .0076.12407C9.27854 6.56547 8.00003 8.13343 8.00003 10v1.1716c0 1.5458-.61407 3.0283-1.70711 4.1213-.286.286-.37155.7161-.21677 1.0898S6.59557 17 7.00003 17H10c0 1.1046.8955 2 2 2 1.1046 0 2-.8954 2-2h3c.4045 0 .7691-.2436.9239-.6173s.0692-.8038-.2168-1.0898A5.8285 5.8285 0 0 1 16 11.1716V10c0-1.86659-1.2785-3.43457-3.0076-3.87594M12 18c-.5523 0-1-.4477-1-1h2c0 .5523-.4477 1-1 1m5-2a6.824 6.824 0 0 1-.8258-1C15.4145 13.878 15 12.5461 15 11.1716V10c0-1.65685-1.3431-3-3-3-1.6568 0-2.99997 1.34315-2.99997 3v1.1716A6.8285 6.8285 0 0 1 7.82589 15a6.825 6.825 0 0 1-.82586 1H17", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-notification-bell-small-24.js.map