iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 684 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 CoatHangerFill = (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.78L14.43 171.2A16 16 0 0024 200h208a16 16 0 009.6-28.8zM32.73 184c20.87-13.41 56.76-32 95.27-32s74.4 18.59 95.27 32z" }));
exports.default = CoatHangerFill;