UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 901 B
"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 DogBowl = (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-bowl", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M10 15l5.586-5.585A2 2 0 1119 8a2 2 0 11-1.413 3.414L14 15" }), React.createElement("path", { d: "M12 13L8.414 9.415A2 2 0 105 8a2 2 0 101.413 3.414L10 15M3 20h18c-.175-1.671-.046-3.345-2-5H5c-1.333 1-2 2.667-2 5z" })); exports.default = DogBowl;