UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 799 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 CoatHangerDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232 192H24a8 8 0 01-4.8-14.4L128 96l108.79 81.6A8 8 0 01232 192z", opacity: ".2" }), React.createElement("path", { d: "M241.57 171.2L141.33 96l23.46-17.6A8 8 0 00168 72a40 40 0 10-80 0 8 8 0 0016 0 24 24 0 0147.69-3.78l-28.35 21.27-.28.22L14.43 171.2A16 16 0 0024 200h208a16 16 0 009.6-28.8zM232 184H24l104-78 104 78z" })); exports.default = CoatHangerDuotone;