iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 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 BoneLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M230.14 62.17A33.88 33.88 0 00206 50a34 34 0 10-62.81 20 2 2 0 01-.23 2.54L72.56 143a2.06 2.06 0 01-2.55.23A34 34 0 1050 206a34 34 0 1062.81-20 2 2 0 01.23-2.54l70.4-70.4a2 2 0 012.54-.23 34 34 0 0044.15-50.65zm-9.54 36.31a22 22 0 01-28.24 4.17 14 14 0 00-17.4 1.92L104.57 175a14 14 0 00-1.92 17.4 22 22 0 11-40.41 8.26 6 6 0 00-5.93-6.93 7.28 7.28 0 00-.93.07 22 22 0 118.26-40.41A14 14 0 0081 151.43L151.43 81a14 14 0 001.92-17.4 22 22 0 1140.41-8.26 6 6 0 006.86 6.86 22 22 0 0120 36.24z" }));
exports.default = BoneLight;