iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 989 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 AsclepiusDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M88 48v8a32 32 0 01-32 32H32v-8a32 32 0 0132-32z", opacity: ".2" }),
React.createElement("path", { d: "M216 79v1a40 40 0 01-40 40h-40v80h8a16 16 0 0010.67-27.93 8 8 0 0110.66-11.92A32 32 0 01144 216h-8v16a8 8 0 01-16 0v-16H96a8 8 0 010-16h24v-80H96a16 16 0 000 32 8 8 0 010 16 32 32 0 010-64h24V24a8 8 0 0116 0v80h40a24 24 0 0024-24v-1a23 23 0 00-23-23h-17a8 8 0 010-16h17a39 39 0 0139 39zM56 96H32a8 8 0 01-8-8v-8a40 40 0 0140-40h32a8 8 0 010 16 40 40 0 01-40 40zm24-40H64a24 24 0 00-24 24h16a24 24 0 0024-24z" }));
exports.default = AsclepiusDuotone;