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 CloudBolt1 = (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: "M13.786 12.425a.75.75 0 00-1.277-.455L7.54 16.94a.75.75 0 00.53 1.28h1.83l.362 3.604a.75.75 0 001.276.455l4.972-4.971a.75.75 0 00-.53-1.28h-1.83l-.363-3.604zm-3.21 4.296H9.88l2.573-2.572.272 2.705a.75.75 0 00.746.675h.698L11.595 20.1l-.272-2.705a.75.75 0 00-.746-.675z", fill: "#323544" })); exports.default = CloudBolt1;