UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 971 B
"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 IconMaterialArrowBackIosW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ArrowBackIosW100Filled', short_name: 'ArrowBackIos', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m104-480 313 313q7 7 7 17t-7 17q-7 7-17 7t-17-7L78-438q-9-9-13-20t-4-22q0-11 4-22t13-20l305-305q7-7 17-7t17 7q7 7 7 17t-7 17L104-480Z" }) }))); }); IconMaterialArrowBackIosW100Filled.displayName = 'OnesyIconMaterialArrowBackIosW100Filled'; exports.default = IconMaterialArrowBackIosW100Filled;