@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
33 lines • 1.05 kB
JavaScript
var _g, _defs;
import React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const tag_medium = props => _jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: [_g || (_g = _jsxs("g", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
clipPath: "url(#tag_medium_svg__a)",
children: [_jsx("path", {
d: "M1.135 2.634v6.258a3 3 0 0 0 .879 2.12l11.63 11.63c.416.418 1.153.181 1.266-.382l1.225-6.126 6.126-1.225c.578-.116.79-.86.383-1.266l-11.63-11.63a3 3 0 0 0-2.121-.88H2.635c-.817 0-1.5.684-1.5 1.5Z"
}), _jsx("path", {
d: "M6.385 7.884a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"
})]
})), _defs || (_defs = _jsx("defs", {
children: _jsx("clipPath", {
id: "tag_medium_svg__a",
children: _jsx("path", {
fill: "#fff",
d: "M0 0h24v24H0z"
})
})
}))]
});
export default tag_medium;
//# sourceMappingURL=tag_medium.js.map