UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.05 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 Envato = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12.916 22a.894.894 0 100-1.787.894.894 0 000 1.787zM18.053 15.013l-5.04.54a.092.092 0 01-.066-.165l4.931-3.84c.319-.262.525-.668.437-1.106-.087-.669-.64-1.106-1.34-1.019l-5.359.785c-.093.012-.143-.107-.069-.166l5.312-4.056c1.047-.815 1.135-2.415.175-3.346-.871-.872-2.271-.844-3.143.028l-8.558 8.708a1.52 1.52 0 00-.378 1.31c.146.787.93 1.309 1.718 1.165l4.615-.94c.1-.022.153.112.069.168l-5.118 3.278c-.64.406-.931 1.134-.728 1.862.203.96 1.165 1.512 2.096 1.281l7.653-1.884a.091.091 0 01.093.147l-1.193 1.475c-.319.406.203.96.64.64l3.931-3.23c.7-.582.234-1.719-.669-1.631l-.009-.004z", fill: "#323544" })); exports.default = Envato;