UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 878 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 Protondrive = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M24 6.595v12.79c0 1.36-1.11 2.462-2.482 2.462h-1.62V9a2.925 2.925 0 00-2.93-2.914l-9.42.053a.943.943 0 01-.55-.172L4.905 4.493a2.918 2.918 0 00-1.694-.536H.1A2.47 2.47 0 012.482 2.15h4.657c.47 0 .928.148 1.305.424l1.559 1.134c.38.276.837.424 1.308.424h10.207A2.471 2.471 0 0124 6.595zM18.897 9v12.85H2.482A2.471 2.471 0 010 19.387V4.957h3.21c.4 0 .792.122 1.118.353l2.095 1.476a1.94 1.94 0 001.13.353l9.402-.052A1.922 1.922 0 0118.897 9z" })); exports.default = Protondrive;