iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 907 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Materialdesign = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0C5.377 0 0 5.377 0 12s5.377 12 12 12 12-5.377 12-12S18.623 0 12 0zm0 .75c2.871 0 5.482 1.082 7.469 2.85H4.53A11.197 11.197 0 0112 .75zm-7.186 3.6h14.372L12 18.723 4.814 4.35zM3.6 4.53v14.94A11.197 11.197 0 01.75 12c0-2.87 1.082-5.481 2.85-7.468zm16.8 0A11.197 11.197 0 0123.25 12c0 2.871-1.082 5.482-2.85 7.469V4.53zM4.35 5.1l7.275 14.55H4.35V5.1zm15.3 0v14.55h-7.275L19.651 5.1zM4.533 20.4h14.936A11.197 11.197 0 0112 23.25a11.197 11.197 0 01-7.468-2.85z" }));
exports.default = Materialdesign;