@icongo/mc
Version:
Micon Icons
13 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCGlide = 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: "M1011.2 594.4c0 35.2-6.4 70.8-13.6 105.6-23.2 111.2-46.4 223.2-69.2 334.4-5.6 25.2-33.2 19.6-54.8 19.6-95.2 0-122-104-122-182 0-117.2 44.8-272.4 154-332.4 17.2-10 36.8-16.8 56.4-16.8 45.6 0 49.2 33.2 49.2 71.6zM1792 320v1408c0 106-86 192-192 192H192c-106 0-192-86-192-192V320c0-106 86-192 192-192h1408c106 0 192 86 192 192zm-256 748c0-20.4-83.2-150.8-102-158-8.8-3.6-28.8-9.2-38.4-9.2-92.4 0-154.8 42-232.8 86l-2-2c17.2-117.6 58.4-228.8 58.4-349.6 0-178.4-95.2-250.8-270-250.8-286.8 0-432 283.2-432 494 0 218.8 128 340 345.2 340 30 0 27.6-2.4 27.6 9.2-42 321.2-226 331.6-226 235.6 0-97.6 112-146 113.2-152-.8-30.4-117.2-68.8-146.8-68.8-84.4 0-130.8 132-130.8 202.4 0 129.2 81.6 218.8 213.2 218.8 192.8 0 333.6-198.8 377.2-366.8 37.6-150.8 28-157.6 49.2-168.4 80-40.4 143.2-67.2 233.6-67.2 44.4 0 76 9.2 146.8 20.8 7.2.4 16.4-6.8 16.4-14z"
})
}));
export { MCGlide };