@navikt/aksel-icons
Version:
800+ open source icons made by Aksel, Nav's design system team.
25 lines • 2.69 kB
JavaScript
"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 SvgAllergens = 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: "M14.75 3.55a.75.75 0 0 1 .75-.75h.01a.75.75 0 0 1 0 1.5h-.01a.75.75 0 0 1-.75-.75m-.5 4.95a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0m1.25-2.75a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5M7.25 15.5a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0m1.25-2.75a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5m-.75-2.2a.75.75 0 0 1 .75-.75h.01a.75.75 0 1 1 0 1.5H8.5a.75.75 0 0 1-.75-.75m-2.213 1.973a.75.75 0 1 0-1.06-1.06l-.007.007a.75.75 0 0 0 1.06 1.06zM3.55 14.74a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-1.5 0v-.01a.75.75 0 0 1 .75-.75m1.973 3.723a.75.75 0 0 0-1.06 1.06l.007.008a.75.75 0 1 0 1.06-1.061zM7.74 20.45a.75.75 0 0 1 .75-.75h.01a.75.75 0 1 1 0 1.5h-.01a.75.75 0 0 1-.75-.75m4.79-.92a.75.75 0 0 0-1.06-1.06l-.007.007a.75.75 0 1 0 1.06 1.06zm.92-4.78a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-1.5 0v-.01a.75.75 0 0 1 .75-.75m-1.956-2.197-.024-.022-.007-.007a.75.75 0 1 1 1.067-1.055l.007.007a.75.75 0 0 1-1.043 1.077m1.043-7.03a.75.75 0 1 0-1.06-1.06l-.007.007a.75.75 0 0 0 1.06 1.06zM10.55 7.74a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-1.5 0v-.01a.75.75 0 0 1 .75-.75m4.19 5.71a.75.75 0 0 1 .75-.75h.01a.75.75 0 1 1 0 1.5h-.01a.75.75 0 0 1-.75-.75m4.79-.92a.75.75 0 0 0-1.06-1.06l-.007.007a.75.75 0 1 0 1.06 1.06zm.92-4.78a.75.75 0 0 1 .75.75v.01a.75.75 0 0 1-1.5 0V8.5a.75.75 0 0 1 .75-.75m-.92-3.28a.75.75 0 1 0-1.06 1.06l.007.007a.75.75 0 0 0 1.06-1.06z", clipRule: "evenodd" }));
});
export default SvgAllergens;
//# sourceMappingURL=Allergens.js.map