@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.13 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 IconMaterialTextSelectMoveForwardCharacterW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TextSelectMoveForwardCharacterW100Filled', short_name: 'TextSelectMoveForwardCharacter', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-748q-8.5 0-14.25-5.75T460-768q0-8.5 5.75-14.25T480-788q8.5 0 14.25 5.75T500-768q0 8.5-5.75 14.25T480-748Zm144 0q-8.5 0-14.25-5.75T604-768q0-8.5 5.75-14.25T624-788q8.5 0 14.25 5.75T644-768q0 8.5-5.75 14.25T624-748Zm144 0q-8.5 0-14.25-5.75T748-768q0-8.5 5.75-14.25T768-788q8.5 0 14.25 5.75T788-768q0 8.5-5.75 14.25T768-748ZM480-172q-8.5 0-14.25-5.75T460-192q0-8.5 5.75-14.25T480-212q8.5 0 14.25 5.75T500-192q0 8.5-5.75 14.25T480-172Zm144 0q-8.5 0-14.25-5.75T604-192q0-8.5 5.75-14.25T624-212q8.5 0 14.25 5.75T644-192q0 8.5-5.75 14.25T624-172Zm144 0q-8.5 0-14.25-5.75T748-192q0-8.5 5.75-14.25T768-212q8.5 0 14.25 5.75T788-192q0 8.5-5.75 14.25T768-172Zm-582 0q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h66v-560h-66q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h160q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4h-66v560h66q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H186Zm548-294H474q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h260l-79-80q-4-4-4.5-10t4.2-10.17Q659-598 665-597.5q6 .5 10 4.5l92 92q9 9 9 21t-9 21l-93 93q-4 4-9 4t-10.22-4.17Q650-370 650.5-376t4.5-10l79-80Z" }) })));
});
IconMaterialTextSelectMoveForwardCharacterW100Filled.displayName = 'OnesyIconMaterialTextSelectMoveForwardCharacterW100Filled';
exports.default = IconMaterialTextSelectMoveForwardCharacterW100Filled;
;