UNPKG

@icongo/fc

Version:
29 lines (28 loc) 2.39 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCDam = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCDam = function FCDam(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#81D4FA", d: "M24 28h18v14H24zM6 10h12v32H6z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#1976D2", d: "M16 8h-2c0 1.1-.9 2-2 2s-2-.9-2-2H8c0 1.1-.9 2-2 2v2c1.2 0 2.3-.5 3-1.4.7.8 1.8 1.4 3 1.4s2.3-.5 3-1.4c.7.8 1.8 1.4 3 1.4v-2c-1.1 0-2-.9-2-2zm0 6h-2c0 1.1-.9 2-2 2s-2-.9-2-2H8c0 1.1-.9 2-2 2v2c1.2 0 2.3-.5 3-1.4.7.8 1.8 1.4 3 1.4s2.3-.5 3-1.4c.7.8 1.8 1.4 3 1.4v-2c-1.1 0-2-.9-2-2zm0 6h-2c0 1.1-.9 2-2 2s-2-.9-2-2H8c0 1.1-.9 2-2 2v2c1.2 0 2.3-.5 3-1.4.7.8 1.8 1.4 3 1.4s2.3-.5 3-1.4c.7.8 1.8 1.4 3 1.4v-2c-1.1 0-2-.9-2-2zm0 6h-2c0 1.1-.9 2-2 2s-2-.9-2-2H8c0 1.1-.9 2-2 2v2c1.2 0 2.3-.5 3-1.4.7.8 1.8 1.4 3 1.4s2.3-.5 3-1.4c.7.8 1.8 1.4 3 1.4v-2c-1.1 0-2-.9-2-2zm0 6h-2c0 1.1-.9 2-2 2s-2-.9-2-2H8c0 1.1-.9 2-2 2v2c1.2 0 2.3-.5 3-1.4.7.8 1.8 1.4 3 1.4s2.3-.5 3-1.4c.7.8 1.8 1.4 3 1.4v-2c-1.1 0-2-.9-2-2zm0 6h-2c0 1.1-.9 2-2 2s-2-.9-2-2H8c0 1.1-.9 2-2 2v2c1.2 0 2.3-.5 3-1.4.7.8 1.8 1.4 3 1.4s2.3-.5 3-1.4c.7.8 1.8 1.4 3 1.4v-2c-1.1 0-2-.9-2-2zm24-6h-2c0 1.1-.9 2-2 2s-2-.9-2-2h-2c0 1.1-.9 2-2 2s-2-.9-2-2h-2c0 1.1-.9 2-2 2v2c1.2 0 2.3-.5 3-1.4.7.8 1.8 1.4 3 1.4s2.3-.5 3-1.4c.7.8 1.8 1.4 3 1.4s2.3-.5 3-1.4c.7.8 1.8 1.4 3 1.4v-2c-1.1 0-2-.9-2-2zm0-6h-2c0 1.1-.9 2-2 2s-2-.9-2-2h-2c0 1.1-.9 2-2 2s-2-.9-2-2h-2c0 1.1-.9 2-2 2v2c1.2 0 2.3-.5 3-1.4.7.8 1.8 1.4 3 1.4s2.3-.5 3-1.4c.7.8 1.8 1.4 3 1.4s2.3-.5 3-1.4c.7.8 1.8 1.4 3 1.4v-2c-1.1 0-2-.9-2-2zm0 12h-2c0 1.1-.9 2-2 2s-2-.9-2-2h-2c0 1.1-.9 2-2 2v2c1.2 0 2.3-.5 3-1.4.7.8 1.8 1.4 3 1.4s2.3-.5 3-1.4c.7.8 1.8 1.4 3 1.4v-2c-1.1 0-2-.9-2-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#455A64", d: "M25.1 9.2 31.5 42H18V6h3.2c1.9 0 3.6 1.4 3.9 3.2z" })] })); }; exports.FCDam = FCDam;