@icongo/mc
Version:
Micon Icons
13 lines • 863 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCDelicious = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1792 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1786 272c-1.6-6-3.6-12-5.6-18-3.6-10-8-19.2-13.2-28.4-5.6-9.6-12-19.2-18.8-27.6-8.4-10-17.6-19.2-27.6-27.2-4.4-3.6-8.8-6.8-13.2-10-5.2-3.6-10.4-6.8-16-9.6-7.2-4-14.4-7.2-22-10-6.8-2.8-14-5.2-21.6-6.8-15.2-4-31.6-6-48-6H192C86 128 0 214 0 320v1408c0 16.4 2 32.8 6 48 8 30.8 23.2 58.4 44 81.2 4 4.4 8.4 8.8 13.2 13.2 22.8 20.8 50.4 36 81.2 44 15.2 4 31.6 6 48 6h1408c106 0 192-86 192-192V320c-.4-16.4-2.4-32.8-6.4-48zm-122 1456c0 35.2-28.8 64-64 64H896v-768H128V320c0-35.2 28.8-64 64-64h704v768h768v704z"
})
}));
export { MCDelicious };