UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 879 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 AsclepiusLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M214 79v1a38 38 0 01-38 38h-42v84h10a18 18 0 0012-31.42 6 6 0 118-8.94A30 30 0 01144 214h-10v18a6 6 0 01-12 0v-18H96a6 6 0 010-12h26v-84H96a18 18 0 000 36 6 6 0 010 12 30 30 0 010-60h26V24a6 6 0 0112 0v82h42a26 26 0 0026-26v-1a25 25 0 00-25-25h-17a6 6 0 010-12h17a37 37 0 0137 37zM56 94H32a6 6 0 01-6-6v-8a38 38 0 0138-38h32a6 6 0 010 12h-2v2a38 38 0 01-38 38zm26-40H64a26 26 0 00-26 26v2h18a26 26 0 0026-26z" })); exports.default = AsclepiusLight;