UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Deer = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-deer", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M3 3c0 2 1 3 4 3 2 0 3 1 3 3M21 3c0 2-1 3-4 3-2 0-3 .333-3 3M12 18c-1 0-4-3-4-6 0-2 1.333-3 4-3s4 1 4 3c0 3-3 6-4 6" }), React.createElement("path", { d: "M15.185 14.889l.095-.18a4 4 0 11-6.56 0M17 3c0 1.333-.333 2.333-1 3M7 3c0 1.333.333 2.333 1 3M7 6c-2.667.667-4.333 1.667-5 3M17 6c2.667.667 4.333 1.667 5 3M8.5 10L7 9M15.5 10L17 9M12 15h.01" })); exports.default = Deer;