UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

40 lines (39 loc) 1.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _jsxRuntime = require("react/jsx-runtime"); var _g, _defs; function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const tag = props => (0, _jsxRuntime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...props, children: [_g || (_g = (0, _jsxRuntime.jsxs)("g", { stroke: "#000", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, clipPath: "url(#tag_svg__a)", children: [(0, _jsxRuntime.jsx)("path", { d: "M1 1.967V6c0 .513.204 1.005.567 1.368l7.496 7.496a.49.49 0 0 0 .816-.247l.79-3.949 3.948-.79c.373-.074.51-.554.247-.815L7.368 1.567A1.934 1.934 0 0 0 6 1H1.967A.976.976 0 0 0 1 1.967Z" }), (0, _jsxRuntime.jsx)("path", { d: "M4.384 5.35a.967.967 0 1 0 0-1.933.967.967 0 0 0 0 1.934Z" })] })), _defs || (_defs = (0, _jsxRuntime.jsx)("defs", { children: (0, _jsxRuntime.jsx)("clipPath", { id: "tag_svg__a", children: (0, _jsxRuntime.jsx)("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) }))] }); var _default = exports.default = tag; //# sourceMappingURL=tag.js.map