iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 669 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 CoatHangerBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M244 168l-96-72 19.2-14.4A12 12 0 00172 72a44 44 0 00-87.66-5.48 12 12 0 1023.82 3 20 20 0 0139.09-2.92L121 86.24c-.15.1-.29.21-.43.32L12 168a20 20 0 0012 36h208a20 20 0 0012-36zM36 180l92-69 92 69z" }));
exports.default = CoatHangerBold;