UNPKG

@icongo/vv

Version:
32 lines (31 loc) 1.21 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.VVBullhorn = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var VVBullhorn = function VVBullhorn(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", { d: "m10.248 32.648 1.359 7.366L17.945 40 16 32ZM17 32l-3-10L32.518 8 39 35Z", style: { fillRule: "evenodd", fill: "#ff6e6e" } }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m20 17 7-5 5 22-8-1ZM7 30c-.633-2.541.638-5.319 3-6l4-2 3 10-4 1c-2.362.681-5.367-.458-6-3Zm29.82-4.083-2.32-9.662A4.945 4.945 0 0 1 36 16a4.992 4.992 0 0 1 .82 9.917Z", style: { fill: "#0c0058", fillRule: "evenodd" } })] })); }; exports.VVBullhorn = VVBullhorn;