UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 922 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 Kaniko = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M2.783 0h18.434c1.352 0 2.478.963 2.73 2.24a17.127 17.127 0 01-3.2 4.42 16.918 16.918 0 01-8.399 4.605V3.304h-.696V11.4c-.976.169-1.965.253-2.956.252v.696c1.011 0 1.998.086 2.956.252v8.096h.696v-7.961a16.918 16.918 0 018.399 4.605 17.127 17.127 0 013.2 4.42 2.783 2.783 0 01-2.73 2.24H2.783A2.783 2.783 0 010 21.217V2.783A2.783 2.783 0 012.783 0zm18.456 7.152A17.712 17.712 0 0024 3.572v16.856a17.712 17.712 0 00-2.761-3.58 17.802 17.802 0 00-8.891-4.815v-.066a17.802 17.802 0 008.891-4.815z" })); exports.default = Kaniko;