UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 947 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 Usage = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M16.433 16.378v1.166h-1.11v-1.166a2.777 2.777 0 0 1 0-5.44V2h1.11v8.938a2.777 2.777 0 0 1 0 5.44zm-.555-4.385a1.666 1.666 0 1 0 .001 3.331 1.666 1.666 0 0 0-.001-3.331zm-4.996-3.387v8.938h-1.11V8.606a2.777 2.777 0 0 1 0-5.44V2h1.11v1.167a2.777 2.777 0 0 1 0 5.44zm-.555-4.385a1.665 1.665 0 1 0 0 3.33 1.665 1.665 0 0 0 0-3.33zM5.33 14.158v3.386H4.22v-3.386a2.777 2.777 0 0 1 0-5.44V2h1.11v6.718a2.776 2.776 0 0 1 0 5.44zm-.555-4.385a1.665 1.665 0 1 0 0 3.33 1.665 1.665 0 0 0 0-3.33z", fill: "#000", fillRule: "evenodd" })); exports.default = Usage;