UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.01 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 K6 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M24 23.646H0L7.99 6.603l4.813 3.538L19.08.354zm-8.8-3.681h.052a2.292 2.292 0 001.593-.64 2.088 2.088 0 00.685-1.576 1.912 1.912 0 00-.66-1.511 2.008 2.008 0 00-1.37-.59h-.04a.716.716 0 00-.199.027l1.267-1.883-1.01-.705-.477.705-1.22 1.864c-.21.31-.386.582-.495.77-.112.2-.21.41-.29.625a1.942 1.942 0 00-.138.719 2.086 2.086 0 00.676 1.558c.422.411.989.641 1.578.64zm-5.365-2.027l1.398 1.978h1.496l-1.645-2.295 1.46-2.029-.97-.671-.427.565-1.314 1.853v-3.725l-1.31-1.068v7.37h1.31v-1.98zm5.367.792a.963.963 0 110-1.927h.009a.941.941 0 01.679.29.897.897 0 01.29.668.978.978 0 01-.977.967z" })); exports.default = K6;