iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 661 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 CoatHanger = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
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.21-108.63 81.5A16 16 0 0024 200h208a16 16 0 009.6-28.8zM232 184H24l104-78 104 78z" }));
exports.default = CoatHanger;