UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 955 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 BoneThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M228.6 63.46A31.83 31.83 0 00204.1 52h-.1a32 32 0 10-59.17 17 4 4 0 01-.51 5L74 144.36a4 4 0 01-5 .51A32 32 0 1051.9 204h.1a32 32 0 1059.16-17 4 4 0 01.51-5L182 111.64a4 4 0 015-.51 32 32 0 0041.6-47.67zm-6.5 36.34a24 24 0 01-30.8 4.55 12 12 0 00-14.93 1.65L106 176.37a12 12 0 00-1.63 14.93 24 24 0 11-44.09 9 4 4 0 00-1.12-3.45 4 4 0 00-2.83-1.17 4.32 4.32 0 00-.62.05 24 24 0 119-44.09A12 12 0 0079.63 150L150 79.63a12 12 0 001.63-14.93 24 24 0 1144.09-9 4 4 0 004.57 4.57A24 24 0 01222.1 99.8z" })); exports.default = BoneThin;