@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/esm/extends";
var _g, _defs;
import React from 'react';
const tag = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _g || (_g = React.createElement("g", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
clipPath: "url(#tag_svg__a)"
}, React.createElement("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"
}), React.createElement("path", {
d: "M4.384 5.35a.967.967 0 1 0 0-1.933.967.967 0 0 0 0 1.934Z"
}))), _defs || (_defs = React.createElement("defs", null, React.createElement("clipPath", {
id: "tag_svg__a"
}, React.createElement("path", {
fill: "#fff",
d: "M0 0h16v16H0z"
})))));
export default tag;
//# sourceMappingURL=tag.js.map