@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.68 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialPatternFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PatternFilled', short_name: 'Pattern', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M240-160q-33 0-56.5-23.5T160-240q0-33 23.5-56.5T240-320h10q5 0 10 2l142-142q-5-21 .5-41.5T423-537q15-15 35.5-20.5t41.5-.5l142-142q-2-5-2-10v-10q0-33 23.5-56.5T720-800q33 0 56.5 23.5T800-720q0 33-23.5 56.5T720-640l-20-2-142 141q5 21-.5 42T537-423q-16 16-36.5 21.5T459-402L336-280h76q11-18 29-29t39-11q22 0 40.5 10.5T550-280h100q11-19 29.5-29.5T720-320q33 0 56.5 23.5T800-240q0 33-23.5 56.5T720-160q-22 0-40.5-11T650-200H550q-11 19-29.5 29.5T480-160q-21 0-39-11t-29-29H308q-11 18-29 29t-39 11Zm0-240q-33 0-56.5-23.5T160-480q0-33 23.5-56.5T240-560q33 0 56.5 23.5T320-480q0 33-23.5 56.5T240-400Zm0-240q-33 0-56.5-23.5T160-720q0-33 23.5-56.5T240-800q33 0 56.5 23.5T320-720q0 33-23.5 56.5T240-640Zm240 0q-33 0-56.5-23.5T400-720q0-33 23.5-56.5T480-800q33 0 56.5 23.5T560-720q0 33-23.5 56.5T480-640Zm240 240q-33 0-56.5-23.5T640-480q0-33 23.5-56.5T720-560q33 0 56.5 23.5T800-480q0 33-23.5 56.5T720-400Z" }) })));
});
IconMaterialPatternFilled.displayName = 'OnesyIconMaterialPatternFilled';
exports.default = IconMaterialPatternFilled;
;