iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.26 kB
JavaScript
;
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 Poo = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-poo", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M11.063 2.995l.086.009h.07c2.237.098 3.87 1.686 4.214 4.046l.01.075.133.04a3.5 3.5 0 011.718 1.22l.125.179a3.5 3.5 0 01.567 2.243l-.006.049.032.025a4 4 0 011.476 2.8l.01.191.15.125a4 4 0 011.29 3.693l-.042.208c-.4 1.728-1.89 2.986-3.72 3.092H7a4 4 0 01-2.638-7.008l.14-.118.011-.19a4 4 0 011.476-2.798l.032-.025-.006-.048a3.5 3.5 0 01.452-2.058l.114-.186c.603-.912 1.598-1.49 2.755-1.564H9.5c.743 0 1.26-1.242.606-2.553l.006.015-.01-.017a1 1 0 01-.095-.323L10 4c0-.654.539-1.031 1.063-1.005m3.758 12.434a1 1 0 00-1.392-.25 2.5 2.5 0 01-2.858 0 1 1 0 00-1.142 1.642 4.5 4.5 0 005.142 0 1 1 0 00.25-1.392M10.01 11H10a1 1 0 000 2h.01a1 1 0 000-2m4 0H14a1 1 0 000 2h.01a1 1 0 000-2" }));
exports.default = Poo;