UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.02 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 Kit = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M3.5 11.633l-2.434 2.408V8.687a.53.53 0 00-.533-.527.53.53 0 00-.533.527v6.624a.528.528 0 00.532.526.533.533 0 00.377-.153l2.974-2.939 2.974 2.94a.535.535 0 00.754 0 .522.522 0 000-.746l-2.974-2.938L7.61 9.06a.522.522 0 000-.745.538.538 0 00-.753 0l-3.344 3.307c-.003 0-.005.003-.007.005l-.007.006v-.001zm8.826 4.206a.53.53 0 01-.533-.526V8.688a.53.53 0 01.533-.528.53.53 0 01.533.528v6.624a.53.53 0 01-.533.526v.001zm7.257-6.624v6.098c0 .29.238.526.532.526a.53.53 0 00.533-.526V9.215h2.818A.53.53 0 0024 8.688a.53.53 0 00-.533-.527h-6.702a.53.53 0 00-.533.527.53.53 0 00.533.527h2.819-.001z" })); exports.default = Kit;