iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.06 kB
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 Html5 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.233 2h.902v.89h.824V2h.902v2.697h-.902v-.903h-.824v.903h-.902V2zm3.813.894h-.793V2h2.489v.894h-.794v1.803h-.902V2.894zM12.136 2h.94l.579.948.578-.948h.94v2.697h-.898V3.36l-.62.96h-.015l-.621-.96v1.337h-.882V2zm3.486 0h.901v1.806h1.268v.891h-2.17V2z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.915 5.93l1.29 14.464L11.99 22l5.802-1.609 1.291-14.46H4.915zm11.202 6.547H9.652l-.162-1.816h6.788l.159-1.774H7.552l.478 5.364h6.148l-.206 2.3-1.978.535h-.002l-1.976-.533-.126-1.415H8.11l.248 2.785 3.633 1.009.009-.002 3.63-1.007.443-4.97.044-.476z", fill: "#323544" }));
exports.default = Html5;