iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 739 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 CoatHangerLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240.37 172.8L138 96l25.59-19.2A6 6 0 00166 72a38 38 0 10-76 0 6 6 0 0012 0 26 26 0 0151.82-2.88l-29.32 22-.21.16L15.63 172.8A14 14 0 0024 198h208a14 14 0 008.39-25.2zm-6.5 11.83A1.85 1.85 0 01232 186H24a2 2 0 01-1.19-3.6L128 103.5l105.17 78.9a1.85 1.85 0 01.7 2.23z" }));
exports.default = CoatHangerLight;