UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.21 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 BoneDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M225.09 102.44a28 28 0 01-35.92 5.3 8 8 0 00-10 1.07l-70.38 70.38a8 8 0 00-1.07 10A28 28 0 1156.3 199.7a28 28 0 1110.51-51.42 8 8 0 0010-1.07l70.38-70.38a8 8 0 001.07-10 28 28 0 1151.42-10.51 28 28 0 0125.41 46.12z", opacity: ".2" }), React.createElement("path", { d: "M231.67 60.89a35.82 35.82 0 00-23.82-12.74 36 36 0 10-66.37 22.92.25.25 0 010 .08l-70.31 70.36h-.1a36 36 0 10-22.92 66.37 36 36 0 1066.37-22.92.54.54 0 010-.08l70.35-70.36h.1a36 36 0 0046.74-53.63zM219.1 97.16a20 20 0 01-25.67 3.8 16 16 0 00-19.88 2.19l-70.4 70.4a16 16 0 00-2.15 19.88 20 20 0 11-36.75 7.5 8 8 0 00-7.91-9.24 8.5 8.5 0 00-1.23.1A20 20 0 1162.57 155a16 16 0 0019.88-2.19l70.4-70.4A16 16 0 00155 62.57a20 20 0 1136.75-7.5 8 8 0 009.14 9.14 20 20 0 0118.17 33z" })); exports.default = BoneDuotone;