@navikt/aksel-icons
Version:
800+ open source icons made by Aksel, Nav's design system team.
24 lines • 3.57 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 React, { forwardRef } from "react";
import { useId } from "./util/useId.js";
const SvgOpenMagazine = 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: "M16.5 2.75a7.97 7.97 0 0 1 4.1 1.136l.786.47.025.017.014.01q.051.036.095.078.024.025.045.05.026.029.047.058.02.03.036.06.02.034.036.066.013.03.023.064a.7.7 0 0 1 .041.212L21.75 5v15.5a1 1 0 0 1-.007.092l-.005.03q-.007.036-.017.071-.01.045-.027.087l-.008.019a1 1 0 0 1-.042.087l-.018.025-.01.014a1 1 0 0 1-.078.095q-.025.024-.05.045-.029.026-.058.047-.03.02-.06.036-.034.02-.066.036-.03.013-.064.023a.7.7 0 0 1-.212.041L21 21.25a1 1 0 0 1-.093-.007l-.03-.005q-.036-.007-.071-.017-.045-.01-.087-.027l-.019-.008a1 1 0 0 1-.086-.042l-.785-.472a6.47 6.47 0 0 0-6.658 0l-.785.472a.8.8 0 0 1-.24.088.7.7 0 0 1-.36-.016.7.7 0 0 1-.172-.072l-.785-.472a6.47 6.47 0 0 0-6.658 0l-.785.472a1 1 0 0 1-.106.05q-.043.017-.087.027-.034.01-.07.017l-.031.005A1 1 0 0 1 3 21.25l-.03-.002h-.02a.8.8 0 0 1-.191-.041q-.033-.01-.064-.023-.032-.016-.065-.036-.03-.016-.06-.036-.03-.021-.058-.047-.026-.02-.051-.045a1 1 0 0 1-.078-.095l-.01-.014-.017-.025a1 1 0 0 1-.051-.106q-.017-.043-.027-.087-.01-.035-.017-.07l-.005-.031a1 1 0 0 1-.006-.092V5l.001-.03.001-.02a.8.8 0 0 1 .04-.191q.01-.033.023-.064.016-.032.036-.065.016-.03.036-.06.021-.03.047-.058.017-.023.036-.042l.022-.023a1 1 0 0 1 .122-.09l.785-.471a7.97 7.97 0 0 1 8.202 0l.399.239.4-.24a7.97 7.97 0 0 1 4.1-1.135m0 1.5a6.47 6.47 0 0 0-3.33.922l-.784.472a.7.7 0 0 1-.24.088.74.74 0 0 1-.532-.088l-.785-.472a6.47 6.47 0 0 0-6.658 0l-.421.252v13.765a7.97 7.97 0 0 1 7.85.197l.4.239.4-.24a7.97 7.97 0 0 1 7.85-.197V5.425l-.42-.252a6.47 6.47 0 0 0-3.33-.922m-8.231 9.28a.75.75 0 0 1 .893-.572q.556.124 1.092.316a.75.75 0 1 1-.508 1.412 7 7 0 0 0-.907-.263.75.75 0 0 1-.57-.894m8.482-.78c.632 0 1.26.068 1.873.2a.75.75 0 0 1-.317 1.466 7.4 7.4 0 0 0-4.052.27.75.75 0 0 1-.508-1.412 8.9 8.9 0 0 1 3.004-.524m-9.89.009a.75.75 0 0 1 .067 1.498c-.472.02-.941.087-1.398.196a.75.75 0 1 1-.35-1.458 9 9 0 0 1 1.681-.236m8.1-2.826a.75.75 0 0 1 .303 1.468q-.514.106-1.01.284a.75.75 0 0 1-.507-1.412 9 9 0 0 1 1.214-.34M7.25 9.75q.758 0 1.499.128a.75.75 0 1 1-.254 1.477 7.4 7.4 0 0 0-2.93.09.751.751 0 0 1-.343-1.46A9 9 0 0 1 7.25 9.75m10 .014q.716.04 1.412.194a.75.75 0 0 1-.322 1.465 7.4 7.4 0 0 0-1.174-.161.75.75 0 0 1 .084-1.498M7.251 6.75c1.028 0 2.045.18 3.004.524a.75.75 0 0 1-.508 1.412 7.4 7.4 0 0 0-4.266-.22.751.751 0 0 1-.359-1.457 9 9 0 0 1 2.129-.259" }));
});
export default SvgOpenMagazine;
//# sourceMappingURL=OpenMagazine.js.map