iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 584 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 Pino = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.225 5.555l2.789 5.472 2.756-5.505L11.999 0M1.979 20.123h13.769v-.037L8.862 6.29m3.524 5.522l4.131 8.311h5.505L15.137 6.291M4.5 24h14.87l-1.554-3.188H6.056" }));
exports.default = Pino;