@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 958 B
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 IconMaterialArrowBack2W100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowBack2W100', short_name: 'ArrowBack2', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M336-455q-7-5-10.5-11t-3.5-14q0-8 3.5-14t10.5-11l206-132q4-2 8-3t8-1q12 0 21 8t9 22v262q0 14-9 22t-21 8q-4 0-8-1t-8-3L336-455Zm224-25Zm0 134v-268L348-480l212 134Z" }) })));
});
IconMaterialArrowBack2W100.displayName = 'OnesyIconMaterialArrowBack2W100';
exports.default = IconMaterialArrowBack2W100;
;