@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.52 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 IconMaterialSpokeW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SpokeW100', short_name: 'Spoke', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-572q-44.55 0-76.27-31.72Q372-635.45 372-680t31.73-76.28Q435.45-788 480-788t76.28 31.72Q588-724.55 588-680t-31.72 76.28Q524.55-572 480-572Zm0-28q33 0 56.5-23.5T560-680q0-33-23.5-56.5T480-760q-33 0-56.5 23.5T400-680q0 33 23.5 56.5T480-600ZM280-172q-44.55 0-76.27-31.73Q172-235.45 172-280t31.73-76.27Q235.45-388 280-388t76.27 31.73Q388-324.55 388-280t-31.73 76.27Q324.55-172 280-172Zm0-28q33 0 56.5-23.5T360-280q0-33-23.5-56.5T280-360q-33 0-56.5 23.5T200-280q0 33 23.5 56.5T280-200Zm400 28q-44.55 0-76.28-31.73Q572-235.45 572-280t31.72-76.27Q635.45-388 680-388t76.28 31.73Q788-324.55 788-280t-31.72 76.27Q724.55-172 680-172Zm0-28q33 0 56.5-23.5T760-280q0-33-23.5-56.5T680-360q-33 0-56.5 23.5T600-280q0 33 23.5 56.5T680-200ZM480-680ZM280-280Zm400 0Z" }) })));
});
IconMaterialSpokeW100.displayName = 'OnesyIconMaterialSpokeW100';
exports.default = IconMaterialSpokeW100;
;