iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 955 B
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 AsclepiusBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M91.82 60H92a12 12 0 000-24H60a44.05 44.05 0 00-44 44v8a12 12 0 0012 12h20a44.06 44.06 0 0043.82-40zM48 76h-7.6A20 20 0 0160 60h7.6A20 20 0 0148 76zm176 3v1a44.05 44.05 0 01-44 44h-40v72h8a12 12 0 0012-12 11.87 11.87 0 00-4-8.95 12 12 0 1116-17.88A36 36 0 01148 220h-8v12a12 12 0 01-24 0v-12H92a12 12 0 010-24h24v-72h-16a12 12 0 00-4 23.32A12 12 0 1188 170a36 36 0 0112-70h16V24a12 12 0 0124 0v76h40a20 20 0 0020-20v-1a19.05 19.05 0 00-19-19h-17a12 12 0 010-24h17a43.05 43.05 0 0143 43z" }));
exports.default = AsclepiusBold;