UNPKG

@evg-b/evg-icons

Version:

material icons

17 lines (14 loc) 538 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var SwitchRight = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", transform: "matrix(-1 -1.224647e-16 1.224647e-16 -1 24 24)", width: "24" }), /*#__PURE__*/React.createElement("path", { d: "M15.5,15.38V8.62L18.88,12L15.5,15.38 M14,19l7-7l-7-7V19L14,19z M10,19V5l-7,7L10,19z" })), name: 'SwitchRight' }); export default SwitchRight;