iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 820 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 BoulesBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 20a108 108 0 10108 108A108.12 108.12 0 00128 20zm50.28 40.75L60.75 178.28a84.87 84.87 0 01-8.36-13.7L164.58 52.39a84.87 84.87 0 0113.7 8.36zm17 17a84.87 84.87 0 018.36 13.7L91.42 203.61a84.87 84.87 0 01-13.7-8.36zM128 44a84.53 84.53 0 0110.37.66l-93.71 93.71A83.87 83.87 0 01128 44zm0 168a84.53 84.53 0 01-10.37-.66l93.71-93.71A83.87 83.87 0 01128 212z" }));
exports.default = BoulesBold;