UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1 kB
"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 Hanger2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-hanger-2", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12 2a3 3 0 013 3 1 1 0 01-1.993.117L13 5a1 1 0 00-2-.004c.006 1.516.495 2.579 1.486 3.13l7.97 4.428A3 3 0 0122 15.177V16a3 3 0 01-2.824 2.995L19 19a3 3 0 01-3 3H8a3 3 0 01-3-3 3 3 0 01-3-3v-.823a3 3 0 011.543-2.623l6.695-3.72C9.406 7.858 9.006 6.538 9 5a3 3 0 013-3m0 8.144l-7.486 4.158a1 1 0 00-.514.875V16a1 1 0 001 1h.17A3 3 0 018 15h8c1.306 0 2.418.835 2.83 2H19a1 1 0 001-1v-.823a1 1 0 00-.515-.875z" })); exports.default = Hanger2;