UNPKG

@navikt/aksel-icons

Version:

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

24 lines 2.01 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 React, { forwardRef } from "react"; import { useId } from "./util/useId.js"; const SvgLifebuoyFill = 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", d: "M17.427 20.401A9.96 9.96 0 0 1 12 22c-2 0-3.863-.587-5.426-1.599l3.705-3.705A5 5 0 0 0 12 17c.605 0 1.185-.107 1.722-.304zm-9.365-5.32c.249.319.537.606.855.856l-3.549 3.548a10 10 0 0 1-.854-.855zm11.421 3.553q-.4.45-.851.85l-3.549-3.548q.477-.374.852-.851zm.918-12.06A9.95 9.95 0 0 1 22 12a9.95 9.95 0 0 1-1.6 5.429l-3.706-3.704A5 5 0 0 0 17 12c0-.605-.107-1.185-.304-1.722zM7.305 10.277A5 5 0 0 0 7 12c0 .604.107 1.183.303 1.719l-3.705 3.705A9.95 9.95 0 0 1 2 12c0-2 .588-3.864 1.6-5.427zm1.61-2.213a5 5 0 0 0-.852.852L4.516 5.368q.4-.451.85-.851zm9.715-3.551q.454.4.855.854l-3.548 3.549a5 5 0 0 0-.856-.855zM12 2c2 0 3.861.587 5.424 1.598l-3.705 3.705A5 5 0 0 0 12 7c-.606 0-1.187.108-1.725.306L6.571 3.6A9.95 9.95 0 0 1 12 2" })); }); export default SvgLifebuoyFill; //# sourceMappingURL=LifebuoyFill.js.map