@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
31 lines • 990 B
JavaScript
var _g, _defs;
import React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const pin = props => _jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: [_g || (_g = _jsx("g", {
clipPath: "url(#pin_svg__a)",
children: _jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "m1 14.999 4.984-4.982m0 0L3.427 7.46a.947.947 0 0 1 .187-1.466 4.683 4.683 0 0 1 3.449-.505l2.586-4.065a.948.948 0 0 1 1.448-.158l3.637 3.637a.948.948 0 0 1-.159 1.448l-4.064 2.586a4.682 4.682 0 0 1-.504 3.45c-.3.51-1.042.612-1.467.186l-2.556-2.556Z"
})
})), _defs || (_defs = _jsx("defs", {
children: _jsx("clipPath", {
id: "pin_svg__a",
children: _jsx("path", {
fill: "#fff",
d: "M0 0h16v16H0z"
})
})
}))]
});
export default pin;
//# sourceMappingURL=pin.js.map