@icongo/vv
Version:
Vivid Icons
27 lines • 901 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var VVBulb = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M19 37h10v5H19z",
style: {
fill: "#0c0058"
}
}), /*#__PURE__*/_jsx("path", {
d: "M31 30c-1.917 1.186-2 3.742-2 6v1H19v-1c0-2.258-.118-4.874-2-6a13.355 13.355 0 0 1-6-11.308A12.849 12.849 0 0 1 24 6a12.849 12.849 0 0 1 13 12.692A13.355 13.355 0 0 1 31 30Z",
style: {
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M26 27.633V37h-4v-9.367A5.982 5.982 0 0 1 18 22h3.6a2.4 2.4 0 0 0 4.8 0H30a5.982 5.982 0 0 1-4 5.633Z",
style: {
fill: "#fff"
}
})]
}));
export { VVBulb };