UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 735 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 CoatHangerThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M239.18 174.4L134.67 96l27.72-20.8A4 4 0 00164 72a36 36 0 10-72 0 4 4 0 008 0 28 28 0 0155.92-2l-30.26 22.7-.14.1-108.7 81.6A12 12 0 0024 196h208a12 12 0 007.2-21.6zm-3.41 10.87A3.88 3.88 0 01232 188H24a4 4 0 01-2.4-7.2L128 101l106.38 79.8a3.88 3.88 0 011.39 4.47z" })); exports.default = CoatHangerThin;