@icongo/mc
Version:
Micon Icons
13 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCPinterestSquare = 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: "M1792 320v1408c0 106-86 192-192 192H617.6c39.2-65.6 89.6-160 109.6-237.2 12-46 61.2-233.6 61.2-233.6 32 61.2 125.6 112.8 225.2 112.8 296.4 0 509.6-272.4 509.6-610.8 0-324.4-264.8-567.2-605.6-567.2-424 0-648.8 284.4-648.8 594.4 0 144 76.8 323.2 199.2 380.4 18.8 8.8 28.4 4.8 32.8-13.2 3.2-13.6 20-80.4 27.2-111.2 2.4-10 1.2-18.4-6.8-28-40.4-49.2-73.2-139.6-73.2-224C448 765.6 612 556 891.6 556c241.2 0 410.4 164.4 410.4 399.6 0 265.6-134 449.6-308.8 449.6-96.4 0-168.4-79.6-145.6-177.6 27.6-116.8 81.2-242.8 81.2-327.2 0-212-302-182.8-302 100 0 86.8 29.2 146 29.2 146-125.6 531.2-144.4 538-118.4 770.4l8.8 3.2H192c-106 0-192-86-192-192V320c0-106 86-192 192-192h1408c106 0 192 86 192 192z"
})
}));
export { MCPinterestSquare };