UNPKG

@navikt/aksel-icons

Version:

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

25 lines 2.18 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 SvgSnow = 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: "M13.978 3.325a.75.75 0 0 1 .924.52l.274.98.584-1.037a.75.75 0 0 1 1.307.736l-.583 1.036.98-.274a.75.75 0 1 1 .404 1.445l-2.425.678-2.16 3.84h4.406l1.78-1.78a.75.75 0 1 1 1.061 1.061l-.72.72H21a.75.75 0 0 1 0 1.5h-1.19l.72.72a.75.75 0 0 1-1.06 1.06l-1.78-1.78h-4.391l2.195 3.802 2.432.651a.75.75 0 1 1-.388 1.45l-.983-.264.595 1.03a.75.75 0 0 1-1.3.75l-.594-1.03-.264.983a.75.75 0 1 1-1.448-.388l.651-2.432-2.187-3.788-2.144 3.812.678 2.424a.75.75 0 1 1-1.444.405l-.274-.98-.583 1.036a.75.75 0 0 1-1.308-.735l.584-1.037-.98.274a.75.75 0 0 1-.405-1.444l2.425-.679 2.16-3.84H6.312l-1.78 1.78a.75.75 0 1 1-1.061-1.06l.72-.72H3a.75.75 0 1 1 0-1.5h1.19l-.72-.72a.75.75 0 0 1 1.06-1.06l1.78 1.78h4.39L8.507 7.448l-2.432-.652a.75.75 0 1 1 .388-1.449l.983.263-.595-1.03a.75.75 0 1 1 1.3-.75l.594 1.03.264-.983a.75.75 0 1 1 1.449.389l-.652 2.432 2.187 3.787 2.144-3.811-.679-2.425a.75.75 0 0 1 .52-.924" })); }); export default SvgSnow; //# sourceMappingURL=Snow.js.map