iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 951 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 Bone = (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-bone", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M15 2a4 4 0 013.881 3.03l.016.072.08.019a4 4 0 012.83 2.65l.057.193a4 4 0 01-5.847 4.51l-.047-.029-3.525 3.525.042.07a4 4 0 01.117 3.696l-.102.197a4 4 0 01-4.386 1.969 3.99 3.99 0 01-2.982-2.904l-.023-.095-.138-.033a4 4 0 01-2.82-2.783l-.05-.199a4 4 0 015.865-4.368l.068.04 3.524-3.524-.036-.061a4 4 0 01-.293-3.295l.079-.205a4 4 0 013.695-2.47l-.139.004.02-.003z" }));
exports.default = Bone;