UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 982 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 Diaper = (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-diaper", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M3 8.323c0-.579 0-.868.044-1.11a2.7 2.7 0 012.17-2.169C5.453 5 5.743 5 6.323 5h11.353c.579 0 .868 0 1.11.044a2.7 2.7 0 012.169 2.17c.044.24.044.53.044 1.11V11a9 9 0 01-18 0zM17 9h4M3 9h4" }), React.createElement("path", { d: "M14.25 19.7v-1.4a6.3 6.3 0 016.3-6.3M9.75 19.7v-1.4a6.3 6.3 0 00-6.3-6.3" })); exports.default = Diaper;