@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.94 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 IconMaterialTextSelectMoveBackCharacterFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TextSelectMoveBackCharacterFilled', short_name: 'TextSelectMoveBackCharacter', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-120q-17 0-28.5-11.5T440-160q0-17 11.5-28.5T480-200q17 0 28.5 11.5T520-160q0 17-11.5 28.5T480-120Zm-160 0q-17 0-28.5-11.5T280-160q0-17 11.5-28.5T320-200q17 0 28.5 11.5T360-160q0 17-11.5 28.5T320-120Zm-160 0q-17 0-28.5-11.5T120-160q0-17 11.5-28.5T160-200q17 0 28.5 11.5T200-160q0 17-11.5 28.5T160-120Zm320-640q-17 0-28.5-11.5T440-800q0-17 11.5-28.5T480-840q17 0 28.5 11.5T520-800q0 17-11.5 28.5T480-760Zm-160 0q-17 0-28.5-11.5T280-800q0-17 11.5-28.5T320-840q17 0 28.5 11.5T360-800q0 17-11.5 28.5T320-760Zm-160 0q-17 0-28.5-11.5T120-800q0-17 11.5-28.5T160-840q17 0 28.5 11.5T200-800q0 17-11.5 28.5T160-760Zm480 640q-17 0-28.5-11.5T600-160q0-17 11.5-28.5T640-200h40v-560h-40q-17 0-28.5-11.5T600-800q0-17 11.5-28.5T640-840h160q17 0 28.5 11.5T840-800q0 17-11.5 28.5T800-760h-40v560h40q17 0 28.5 11.5T840-160q0 17-11.5 28.5T800-120H640ZM273-440l36 36q11 11 11 27.5T308-348q-11 11-28 11t-28-11L148-452q-12-12-12-28t12-28l104-104q11-11 27.5-11.5T308-612q11 11 11 28t-11 28l-35 36h247q17 0 28.5 11.5T560-480q0 17-11.5 28.5T520-440H273Z" }) })));
});
IconMaterialTextSelectMoveBackCharacterFilled.displayName = 'OnesyIconMaterialTextSelectMoveBackCharacterFilled';
exports.default = IconMaterialTextSelectMoveBackCharacterFilled;
;