UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.3 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 IconMaterialSwipeRightAltW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SwipeRightAltW100', short_name: 'SwipeRightAlt', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M386-306q-72.21 0-123.1-50.85-50.9-50.85-50.9-123T262.9-603q50.89-51 123.1-51 69 0 118 45.5T560-494h214l-80-80q-4-4-4.5-9.5t4.72-10.72Q699-599 704-599q5 0 10 5l92.65 92.65Q812-496 814-490.87q2 5.14 2 11 0 5.87-2 10.87-2 5-7.35 10.35L714-366q-4 4-9.5 4.5t-10.5-4.28q-5-5.22-5-10.22 0-5 5-10l80-80H560q-7 69-56 114.5T386-306Zm.12-28q60.88 0 103.38-42.62 42.5-42.62 42.5-103.5T489.38-583.5Q446.76-626 385.88-626T282.5-583.38Q240-540.76 240-479.88t42.62 103.38q42.62 42.5 103.5 42.5ZM386-480Z" }) }))); }); IconMaterialSwipeRightAltW100.displayName = 'OnesyIconMaterialSwipeRightAltW100'; exports.default = IconMaterialSwipeRightAltW100;