UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 674 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 NutFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-nut-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M4.58 1a1 1 0 00-.868.504l-3.428 6a1 1 0 000 .992l3.428 6A1 1 0 004.58 15h6.84a1 1 0 00.868-.504l3.429-6a1 1 0 000-.992l-3.429-6A1 1 0 0011.42 1zm5.018 9.696a3 3 0 11-3-5.196 3 3 0 013 5.196" })); exports.default = NutFill;