UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1 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 Dog = (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-dog", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M11 5h2M19 12c-.667 5.333-2.333 8-5 8h-4c-2.667 0-4.333-2.667-5-8" }), React.createElement("path", { d: "M11 16c0 .667.333 1 1 1s1-.333 1-1h-2zM12 18v2M10 11v.01M14 11v.01M5 4l6 .97-6.238 6.688a1.021 1.021 0 01-1.41.111.953.953 0 01-.327-.954L5 4zM19 4l-6 .97 6.238 6.688c.358.408.989.458 1.41.111a.953.953 0 00.327-.954L19 4z" })); exports.default = Dog;