UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 838 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 Bentobox = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M7.406 3.821l2.723-2.725a3.74 3.74 0 015.29 0l.078.078a3.74 3.74 0 010 5.29l-2.723 2.723-5.368-5.366zm7.407 7.407l2.723-2.723a3.74 3.74 0 015.29 0l.078.078a3.74 3.74 0 010 5.29l-2.725 2.723-5.369-5.368h.003zM0 11.228l2.723-2.723a3.74 3.74 0 015.29 0l.079.078a3.742 3.742 0 010 5.29l-2.724 2.723L0 11.228zm7.406 7.406l2.723-2.723a3.74 3.74 0 015.29 0l.078.078a3.74 3.74 0 010 5.29L12.774 24l-5.368-5.366z" })); exports.default = Bentobox;