UNPKG

@icongo/fc

Version:
26 lines (25 loc) 987 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCFlashAuto = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCFlashAuto = function FCFlashAuto(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: "#FFC107", d: "M33 22h-9.4L30 5H19l-6 21h8.6L17 45z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#F44336", d: "M40.8 14.5h-4.3l-.9 2.5H33l4.5-12h2.3l4.5 12h-2.6l-.9-2.5zm-3.7-2h3L38.6 8l-1.5 4.5z" })] })); }; exports.FCFlashAuto = FCFlashAuto;