@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.53 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 IconMaterialSettingsApplicationsW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SettingsApplicationsW100Filled', short_name: 'SettingsApplications', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m464-366 5 37q1 4 3.5 6.5t6.5 2.5h2q4 0 6.5-2.5t3.5-6.5l5-37q26-5 42-14t30-26l36 15q4 2 7.5 0t5.5-5l1-2q2-3 1.5-7.5T616-412l-28-22q8-24 8-46t-8-46l28-22q3-2 3.5-6.5T618-562l-1-2q-2-3-5.5-5t-7.5 0l-36 15q-14-17-30-26t-42-14l-5-37q-1-4-3.5-6.5T481-640h-2q-4 0-6.5 2.5T469-631l-5 37q-26 5-42 14t-30 26l-36-15q-4-2-7.5 0t-5.5 5l-1 2q-2 3-1.5 7.5t3.5 6.5l28 22q-8 24-8 46t8 46l-28 22q-3 2-3.5 6.5t1.5 7.5l1 2q2 3 5.5 5t7.5 0l36-15q14 17 30 26t42 14Zm16-34q-33 0-56.5-23.5T400-480q0-33 23.5-56.5T480-560q33 0 56.5 23.5T560-480q0 33-23.5 56.5T480-400ZM232-172q-26 0-43-17t-17-43v-496q0-26 17-43t43-17h496q26 0 43 17t17 43v496q0 26-17 43t-43 17H232Z" }) })));
});
IconMaterialSettingsApplicationsW100Filled.displayName = 'OnesyIconMaterialSettingsApplicationsW100Filled';
exports.default = IconMaterialSettingsApplicationsW100Filled;
;