UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.13 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 CloudBolt2 = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M6.41 9.233a5.615 5.615 0 0111.228 0 4.766 4.766 0 011.121 9.276 6.901 6.901 0 00.133-1.696 3.266 3.266 0 00-1.634-6.094h-.369a.75.75 0 01-.75-.75v-.604a4.115 4.115 0 00-8.23 0v.603a.75.75 0 01-.75.75h-.37a3.266 3.266 0 00-1.634 6.095 6.992 6.992 0 00.133 1.696A4.768 4.768 0 016.41 9.233z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.568 11.75a.75.75 0 00-.718.533l-1.5 4.972a.75.75 0 00.718.966h1.439v3.529a.75.75 0 001.28.53l5.722-5.721a.75.75 0 00-.53-1.28h-2.19V12.5a.75.75 0 00-.75-.75H9.57zm-.49 4.971l1.048-3.471h2.164v2.779a.75.75 0 00.75.75h1.128l-3.161 3.16v-2.468a.75.75 0 00-.75-.75H9.078z", fill: "#323544" })); exports.default = CloudBolt2;