UNPKG

iconista

Version:

Thousands of SVG icons with one React component

15 lines (14 loc) 1.1 kB
"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 LogoSketch = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("g", { fill: "none" }, React.createElement("path", { fill: "#FFAE00", d: "M16 32L0 11.454l6.931-10.38L16 0l9.069 1.074L32 11.454z" }), React.createElement("path", { fill: "#EC6C00", d: "M16 32L0 11.454h32z" }), React.createElement("path", { fill: "#FFAE00", d: "M16 32L6.477 11.454h19.045z" }), React.createElement("path", { fill: "#FFEFB4", d: "M16 0L6.477 11.454h19.045z" }), React.createElement("path", { fill: "#FFAE00", d: "M6.932 1.074L3.369 6.3.001 11.454h6.542zM25.069 1.074L28.632 6.3 32 11.454h-6.542z" }), React.createElement("path", { fill: "#FED305", d: "M6.931 1.074l-.453 10.38L16 0zM25.069 1.074l.453 10.38L16 0z" }))); exports.default = LogoSketch;