UNPKG

iconista

Version:

Thousands of SVG icons with one React component

17 lines (16 loc) 1.33 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 LogoOsquery = (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: "#A596FF", d: "M31.907.032v7.969l-7.952 7.951V7.967L31.907.032" }), React.createElement("path", { fill: "#333", d: "M16.003.032v7.969l7.952 7.951V7.967L16.003.032" }), React.createElement("path", { fill: "#A596FF", d: "M31.923 31.855h-7.968l-7.952-7.951h7.985l7.935 7.951" }), React.createElement("path", { fill: "#333", d: "M31.923 15.952h-7.968l-7.952 7.952h7.985l7.935-7.952" }), React.createElement("path", { fill: "#A596FF", d: "M.1 31.872v-7.968l7.952-7.952v7.985L.1 31.872" }), React.createElement("path", { fill: "#333", d: "M16.004 31.872v-7.968l-7.952-7.952v7.985l7.952 7.935" }), React.createElement("path", { fill: "#A596FF", d: "M.084.048h7.968L16.004 8H8.019L.084.048" }), React.createElement("path", { fill: "#333", d: "M.084 15.952h7.968L16.004 8H8.019L.084 15.952" }))); exports.default = LogoOsquery;