@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 1.4 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var _path;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const animal_print = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M10.333 9.828c0-1.317-.965-2.613-2.333-2.613-1.368 0-2.333 1.296-2.333 2.613-1.094 0-1.867 1.037-1.867 2.09 0 1.628 1.646 2.617 3.043 1.775a2.3 2.3 0 0 1 2.314 0c1.354.816 3.043-.09 3.043-1.774 0-1.054-.773-2.091-1.867-2.091ZM2.4 9.269c.773 0 1.4-.778 1.4-1.738s-.627-1.739-1.4-1.739c-.773 0-1.4.779-1.4 1.739 0 .96.627 1.738 1.4 1.738Zm3.267-3.793c.773 0 1.4-.778 1.4-1.738S6.44 2 5.667 2c-.774 0-1.4.778-1.4 1.738s.626 1.738 1.4 1.738Zm4.666 0c.774 0 1.4-.778 1.4-1.738S11.106 2 10.333 2c-.773 0-1.4.778-1.4 1.738s.627 1.738 1.4 1.738ZM13.6 9.269c.773 0 1.4-.778 1.4-1.738s-.627-1.739-1.4-1.739c-.773 0-1.4.779-1.4 1.739 0 .96.627 1.738 1.4 1.738Z"
}))
});
var _default = exports.default = animal_print;
//# sourceMappingURL=animal_print.js.map