@icongo/vv
Version:
Vivid Icons
32 lines (31 loc) • 1.52 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VVCookie = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var VVCookie = function VVCookie(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: "M41 28.6a17.976 17.976 0 0 1-29.265 7.655 18.08 18.08 0 0 1 7.36-29.259A5.373 5.373 0 0 0 20.779 9.1a5.812 5.812 0 0 0 1.06 1.075c-.424 1.105-1.643 4.895.9 6.37.534.958 1.616 1.66 3.613 1.7.02 1.381.325 3.629 1.969 4.624.925 1.482 2.811 2.365 6.6.751A5.55 5.55 0 0 0 37 27.228a3.282 3.282 0 0 0 4 1.372Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M13.5 25a1.5 1.5 0 1 1-1.5 1.5 1.5 1.5 0 0 1 1.5-1.5Zm9 9a1.5 1.5 0 1 1-1.5 1.5 1.5 1.5 0 0 1 1.5-1.5Zm0-10a1.5 1.5 0 1 1-1.5 1.5 1.5 1.5 0 0 1 1.5-1.5Zm-6-10a1.5 1.5 0 1 1-1.5 1.5 1.5 1.5 0 0 1 1.5-1.5Zm17 15a1.5 1.5 0 1 1-1.5 1.5 1.5 1.5 0 0 1 1.5-1.5Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
})]
}));
};
exports.VVCookie = VVCookie;