UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.06 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 Cirrusci = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M19.422.453a1.113 1.113 0 00-1.113 1.115 1.113 1.113 0 001.112 1.114c1.31 0 2.35 1.042 2.35 2.363a2.34 2.34 0 01-2.35 2.363H1.112A1.113 1.113 0 000 8.52a1.113 1.113 0 001.113 1.117h18.31A2.34 2.34 0 0121.773 12a2.34 2.34 0 01-2.35 2.363H1.112A1.113 1.113 0 000 15.48a1.113 1.113 0 001.113 1.112h18.31a2.34 2.34 0 012.35 2.363 2.34 2.34 0 01-2.35 2.363H1.112A1.113 1.113 0 000 22.432a1.113 1.113 0 001.113 1.115h18.31a1.113 1.113 0 00.206-.022c2.42-.112 4.37-2.12 4.37-4.57 0-1.393-.642-2.634-1.63-3.478C23.356 14.632 24 13.393 24 12c0-1.393-.643-2.632-1.63-3.477C23.357 7.68 24 6.438 24 5.045c0-2.52-2.06-4.592-4.578-4.592z" })); exports.default = Cirrusci;