UNPKG

@navikt/aksel-icons

Version:

800+ open source icons made by Aksel, Nav's design system team.

25 lines 2.95 kB
"use client"; var __rest = (this && this.__rest) || function (s, e) { var t = {}; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; } return t; }; import * as React from "react"; import { forwardRef } from "react"; import { useId } from "./util/useId.js"; const SvgFlowerPension = forwardRef((_a, ref) => { var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]); let titleId = useId(); titleId = title ? _titleId ? _titleId : "title-" + titleId : undefined; return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props), title ? React.createElement("title", { id: titleId }, title) : null, React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.75 8.5a5.25 5.25 0 1 1 10.5 0 5.25 5.25 0 0 1-10.5 0m6 6.709a6.751 6.751 0 1 0-1.5 0V21.5a.75.75 0 0 0 1.5 0zM3.5 14.25V15zh.03l.062.002q.08.002.22.012c.183.013.441.039.749.09a8.1 8.1 0 0 1 2.274.725c.84.42 1.701 1.06 2.352 2.036.653.98 1.063 2.254 1.063 3.885a.75.75 0 0 1-.75.75V21v.75h-.03l-.062-.002a8.124 8.124 0 0 1-.968-.102 8.1 8.1 0 0 1-2.275-.725c-.84-.42-1.701-1.06-2.352-2.036C3.16 17.905 2.75 16.63 2.75 15a.75.75 0 0 1 .75-.75m5.205 5.92c-.107-.947-.396-1.668-.767-2.223-.474-.712-1.112-1.196-1.773-1.526a6.6 6.6 0 0 0-1.85-.587l-.02-.004c.107.947.396 1.668.767 2.223.474.712 1.112 1.196 1.773 1.526a6.6 6.6 0 0 0 1.85.587zM20.5 14.25a.75.75 0 0 1 .75.75c0 1.631-.41 2.904-1.064 3.885-.65.975-1.512 1.616-2.35 2.036a8.1 8.1 0 0 1-2.275.725 8 8 0 0 1-.969.102l-.063.002h-.028L14.5 21v.75a.75.75 0 0 1-.75-.75c0-1.631.41-2.904 1.063-3.885.65-.975 1.513-1.616 2.352-2.036a8.1 8.1 0 0 1 2.274-.725 8 8 0 0 1 .969-.102l.063-.002h.028l.001.75zm-.795 1.58-.02.004a6.6 6.6 0 0 0-1.85.587c-.66.33-1.299.814-1.774 1.526-.37.555-.659 1.276-.766 2.223l.02-.004a6.6 6.6 0 0 0 1.85-.587c.66-.33 1.299-.814 1.774-1.526.37-.555.659-1.276.766-2.223M11 5.25a.75.75 0 0 0-.75.75v5.5a.75.75 0 0 0 1.5 0V9.75h.75V9v.75h.042l.076-.005a2.593 2.593 0 0 0 .967-.262c.277-.138.576-.357.805-.7.231-.347.36-.777.36-1.283s-.129-.936-.36-1.283a2.07 2.07 0 0 0-.805-.7 2.6 2.6 0 0 0-1.043-.266h-.026l-.009-.001h-.006L12.5 6v-.75zm1.493 3h-.743v-1.5h.743l.018.001q.033.002.1.012c.092.015.202.045.304.095a.57.57 0 0 1 .227.19c.05.075.108.208.108.452s-.059.377-.108.451a.57.57 0 0 1-.227.19 1.1 1.1 0 0 1-.422.109", clipRule: "evenodd" })); }); export default SvgFlowerPension; //# sourceMappingURL=FlowerPension.js.map