UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 851 B
"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 Opslevel = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M21.246 4.86L13.527.411a3.074 3.074 0 00-3.071 0l-2.34 1.344v6.209l3.104-1.793a1.515 1.515 0 011.544 0l3.884 2.241c.482.282.764.78.764 1.328v4.482a1.54 1.54 0 01-.764 1.328l-3.884 2.241V24l8.482-4.897a3.082 3.082 0 001.544-2.656V7.532a3.054 3.054 0 00-1.544-2.672zM6.588 14.222V2.652L2.754 4.876A3.082 3.082 0 001.21 7.532v8.915c0 1.095.581 2.108 1.544 2.656L11.236 24v-6.209L7.352 15.55a1.525 1.525 0 01-.764-1.328z" })); exports.default = Opslevel;