iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 655 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 BoneFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M231.12 107.72a35.91 35.91 0 01-46.19 6.8.14.14 0 00-.1 0l-70.35 70.36v.08a36 36 0 11-66.37 22.92 36 36 0 1122.92-66.37.14.14 0 00.1 0l70.35-70.36v-.08a36 36 0 1166.37-22.92 36 36 0 0123.27 59.57z" }));
exports.default = BoneFill;