iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 550 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 Nanostores = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.708 24L.6 14.822l7.679-2.995 11.235 7.867L13.708 24zM10.292 0L23.4 9.178l-7.679 2.995L4.486 4.306 10.292 0z" }));
exports.default = Nanostores;