UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 2.29 kB
"use strict"; 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 IconMaterialRebaseFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RebaseFilled', short_name: 'Rebase', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M447-160H313q-13 35-43.5 57.5T200-80q-50 0-85-35t-35-85q0-39 22.5-69.5T160-313v-334q-35-13-57.5-43.5T80-760q0-50 35-85t85-35q39 0 69.5 22.5T313-800h134l-45-45q-11-11-11-27.5t11-28.5q12-12 28.5-12t28.5 12l113 113q12 12 12 28t-12 28L458-618q-6 6-13 9t-14.5 2.5q-7.5-.5-15-3.5t-13.5-9q-11-12-11.5-28t11.5-28l45-45H313q-9 26-28 45t-45 28v334q26 9 45 28t28 45h134l-45-45q-11-11-11-27.5t11-28.5q12-12 28.5-12t28.5 12l113 113q12 12 12 28t-12 28L458-58q-6 6-13 9t-14.5 2.5q-7.5-.5-15-3.5T402-59q-11-12-11.5-28t11.5-28l45-45Zm313 80q-50 0-85-35t-35-85q0-40 22.5-70.5T720-313v-334q-35-12-57.5-42.5T640-760q0-50 35-85t85-35q50 0 85 35t35 85q0 40-22.5 70.5T800-647v334q35 13 57.5 43.5T880-200q0 50-35 85t-85 35Zm-560-80q17 0 28.5-11.5T240-200q0-17-11.5-28.5T200-240q-17 0-28.5 11.5T160-200q0 17 11.5 28.5T200-160Zm560 0q17 0 28.5-11.5T800-200q0-17-11.5-28.5T760-240q-17 0-28.5 11.5T720-200q0 17 11.5 28.5T760-160ZM200-720q17 0 28.5-11.5T240-760q0-17-11.5-28.5T200-800q-17 0-28.5 11.5T160-760q0 17 11.5 28.5T200-720Zm560 0q17 0 28.5-11.5T800-760q0-17-11.5-28.5T760-800q-17 0-28.5 11.5T720-760q0 17 11.5 28.5T760-720ZM200-160q-17 0-28.5-11.5T160-200q0-17 11.5-28.5T200-240q17 0 28.5 11.5T240-200q0 17-11.5 28.5T200-160Zm560 0q-17 0-28.5-11.5T720-200q0-17 11.5-28.5T760-240q17 0 28.5 11.5T800-200q0 17-11.5 28.5T760-160ZM200-720q-17 0-28.5-11.5T160-760q0-17 11.5-28.5T200-800q17 0 28.5 11.5T240-760q0 17-11.5 28.5T200-720Zm560 0q-17 0-28.5-11.5T720-760q0-17 11.5-28.5T760-800q17 0 28.5 11.5T800-760q0 17-11.5 28.5T760-720Z" }) }))); }); IconMaterialRebaseFilled.displayName = 'OnesyIconMaterialRebaseFilled'; exports.default = IconMaterialRebaseFilled;