UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 777 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 Fizz = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M5.822 17.813h3.274v-7.228H5.822zm4.298-7.228v2.841h2.107l-2.243 4.387h6.779v-2.824h-2.24l2.24-4.399h-6.644v-.005zm13.88 0h-6.762v2.841h2.241l-2.24 4.387h6.633v-2.824H21.76zM6.633 6.966l-1.23 2.736a1.587 1.587 0 00-.955-.324c-.56 0-1.012.363-1.012 1.125v.038H5.13v2.858h-1.7v4.414H0v-7.804c0-2.292 1.737-3.822 3.895-3.822 1.056 0 2.023.351 2.738.779z" })); exports.default = Fizz;