UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.06 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 BoulesFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232 128c0 56.63-47.38 104-104 104a103.67 103.67 0 01-31.52-4.89 4 4 0 01-1.62-6.65l125.6-125.61a4 4 0 016.65 1.62A103.69 103.69 0 01232 128zm-16.16-55.61a103.16 103.16 0 00-6.06-8.56 4 4 0 00-6-.33L63.5 203.82a4 4 0 00.33 6 103.16 103.16 0 008.56 6.06 4 4 0 005-.54L215.3 77.39a4 4 0 00.54-5zm-23.67-26.17a103.16 103.16 0 00-8.56-6.06 4 4 0 00-5 .54L40.7 178.62a4 4 0 00-.54 5 103.16 103.16 0 006.06 8.56 4 4 0 006 .33L192.5 52.18a4 4 0 00-.33-5.96zm-32.64-17.33A103.67 103.67 0 00128 24C71.38 24 24 71.37 24 128a103.69 103.69 0 004.89 31.53 4 4 0 006.65 1.62L161.15 35.54a4 4 0 00-1.62-6.65z" })); exports.default = BoulesFill;