UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

38 lines (37 loc) 1.31 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 pin = 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.jsx)("g", { clipPath: "url(#pin_svg__a)", children: (0, _jsxRuntime.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 = (0, _jsxRuntime.jsx)("defs", { children: (0, _jsxRuntime.jsx)("clipPath", { id: "pin_svg__a", children: (0, _jsxRuntime.jsx)("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) }))] }); var _default = exports.default = pin; //# sourceMappingURL=pin.js.map