UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 807 B
"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 BoulesThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 28a100 100 0 10100 100A100.11 100.11 0 00128 28zm62.13 32.21L60.21 190.13a91.94 91.94 0 01-14.88-21.8l123-123a91.94 91.94 0 0121.8 14.88zm5.66 5.66a92.24 92.24 0 0114.88 21.8l-123 123a92.24 92.24 0 01-21.8-14.88zM128 36a91.4 91.4 0 0132.43 5.91L41.91 160.43A92 92 0 01128 36zm0 184a91.4 91.4 0 01-32.43-5.91L214.09 95.57A92 92 0 01128 220z" })); exports.default = BoulesThin;