@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.49 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 IconMaterialRebaseW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RebaseW100Filled', short_name: 'Rebase', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M510-226H307q-5 23-23.5 38.5T240-172q-28.33 0-48.17-19.83Q172-211.67 172-240q0-25 15.5-43.5T226-307v-346q-23-5-38.5-23.5T172-720q0-28.33 19.83-48.17Q211.67-788 240-788q25 0 43.5 15.5T307-734h203l-90-89q-5-3.75-5-9.38 0-5.62 4.78-10.62 5.22-5 10.22-5 5 0 10 5l102 102q9 9 9 21t-9 21L440-597q-2.1 2-4.55 3-2.45 1-4.95 1t-5.36-1q-2.85-1-5.14-3-5-5-5-10t5-10l90-89H307q-5 20-19 34t-34 19v346q20 5 34 19t19 34h202l-89-90q-4-3.75-4-9.38 0-5.62 4-9.62 4-5 10-4.5t10 4.5l102 102q9 9 9 21t-9 21L440-117q-2.1 2-4.55 3-2.45 1-5.45 1t-5.58-1q-2.58-1-4.64-3-3.78-4-3.28-10t4.5-10l89-89Zm210.24 54Q692-172 672-191.83q-20-19.84-20-48.17 0-24.55 15.5-43.28Q683-302 706-307v-346q-23-5-38.5-23.72Q652-695.45 652-720q0-28.33 19.76-48.17 19.77-19.83 48-19.83Q748-788 768-768.17q20 19.84 20 48.17 0 24.55-15.5 43.28Q757-658 734-653v346q23 5 38.5 23.5T788-240q0 28.33-19.76 48.17-19.77 19.83-48 19.83ZM240-200q17 0 28.5-11.5T280-240q0-17-11.5-28.5T240-280q-17 0-28.5 11.5T200-240q0 17 11.5 28.5T240-200Zm480 0q17 0 28.5-11.5T760-240q0-17-11.5-28.5T720-280q-17 0-28.5 11.5T680-240q0 17 11.5 28.5T720-200ZM240-680q17 0 28.5-11.5T280-720q0-17-11.5-28.5T240-760q-17 0-28.5 11.5T200-720q0 17 11.5 28.5T240-680Zm480 0q17 0 28.5-11.5T760-720q0-17-11.5-28.5T720-760q-17 0-28.5 11.5T680-720q0 17 11.5 28.5T720-680ZM240-200q-17 0-28.5-11.5T200-240q0-17 11.5-28.5T240-280q17 0 28.5 11.5T280-240q0 17-11.5 28.5T240-200Zm480 0q-17 0-28.5-11.5T680-240q0-17 11.5-28.5T720-280q17 0 28.5 11.5T760-240q0 17-11.5 28.5T720-200ZM240-680q-17 0-28.5-11.5T200-720q0-17 11.5-28.5T240-760q17 0 28.5 11.5T280-720q0 17-11.5 28.5T240-680Zm480 0q-17 0-28.5-11.5T680-720q0-17 11.5-28.5T720-760q17 0 28.5 11.5T760-720q0 17-11.5 28.5T720-680Z" }) })));
});
IconMaterialRebaseW100Filled.displayName = 'OnesyIconMaterialRebaseW100Filled';
exports.default = IconMaterialRebaseW100Filled;
;