UNPKG

@evg-b/evg-icons

Version:

material icons

16 lines (13 loc) 460 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var SwitchLeft = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24" }), /*#__PURE__*/React.createElement("path", { d: "M8.5,8.62v6.76L5.12,12L8.5,8.62 M10,5l-7,7l7,7V5L10,5z M14,5v14l7-7L14,5z" })), name: 'SwitchLeft' }); export default SwitchLeft;