UNPKG

iconista

Version:

Thousands of SVG icons with one React component

17 lines (16 loc) 1.34 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 Svg1f454 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M64 59.7c0 2.4-2.2 4.3-4.9 4.3H4.9C2.2 64 0 62.1 0 59.7V9.1c0-2.4 2.2-4.3 4.9-4.3h54.2c2.7 0 4.9 1.9 4.9 4.3v50.6z", fill: "#d0d0d0" }), React.createElement("g", { fill: "#94989b" }, React.createElement("path", { d: "M48.9 9.5H15.1L18.4 0h27.2z" }), React.createElement("path", { d: "M18.4 2.9l-3.3 6.6 12 17.7V15.1zM45.6 2.9l3.3 6.6-12 17.7V15.1z" })), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M18.4 0l-3.3 9.5 12 14.9V12.2zM45.6 0l3.3 9.5-12 14.9V12.2z" })), React.createElement("path", { fill: "#42ade2", d: "M37.7 24.4H26.3L23 56.8l9.1 7.2 8.9-7.2z" }), React.createElement("path", { d: "M38.1 27.6l-.3-3.3H26.3l-.3 3.3c2.4 1.8 9.5 1.7 12.1 0", fill: "#428bc1" }), React.createElement("path", { d: "M38.6 24.4c-2.2 2.2-11.2 2.4-13.1 0-2-2.5 1.6-12.2 1.6-12.2s3.7 1.4 4.9 1.4 4.9-1.4 4.9-1.4 4 9.9 1.7 12.2", fill: "#42ade2" })); exports.default = Svg1f454;