UNPKG

iconista

Version:

Thousands of SVG icons with one React component

18 lines (17 loc) 1.54 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 Svg1f1ec1f1f7 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M56 14H32v6h27.5c-.9-2.1-2.1-4.2-3.5-6", fill: "#428bc1" }), React.createElement("g", { fill: "#f9f9f9" }, React.createElement("path", { d: "M32 14h24c-1.7-2.3-3.7-4.3-6-6H32v6M59.5 20H32v6h29.4c-.4-2.1-1.1-4.1-1.9-6" })), React.createElement("path", { d: "M4.5 44h55c.8-1.9 1.5-3.9 1.9-6H2.6c.4 2.1 1.1 4.1 1.9 6", fill: "#428bc1" }), React.createElement("path", { d: "M8 50h48c1.4-1.8 2.6-3.9 3.5-6h-55c.9 2.1 2.1 4.2 3.5 6", fill: "#f9f9f9" }), React.createElement("path", { d: "M8 50c1.7 2.3 3.7 4.3 6 6h36c2.3-1.7 4.3-3.7 6-6H8z", fill: "#428bc1" }), React.createElement("g", { fill: "#f9f9f9" }, React.createElement("path", { d: "M14 56c5 3.8 11.2 6 18 6s13-2.2 18-6H14M20 32V20h12v-6H20V4.5c-2.1.9-4.2 2.1-6 3.5v6H8c-1.4 1.8-2.6 3.9-3.5 6H14v12H2c0 2.1.2 4.1.6 6h58.8c.4-1.9.6-3.9.6-6H20" })), React.createElement("g", { fill: "#428bc1" }, React.createElement("path", { d: "M61.4 26H32v-6H20v12h42c0-2.1-.2-4.1-.6-6M32 2c-4.3 0-8.3.9-12 2.5V14h12V8h18c-5-3.8-11.2-6-18-6M14 14V8c-2.3 1.7-4.3 3.7-6 6h6M4.5 20C2.9 23.7 2 27.7 2 32h12V20H4.5z" }))); exports.default = Svg1f1ec1f1f7;