@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
20 lines • 1.13 kB
JavaScript
var _path;
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const animal_print = props => _jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = _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"
}))
});
export default animal_print;
//# sourceMappingURL=animal_print.js.map