@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 409 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var SkipPrevious = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M6 6h2v12H6zm3.5 6l8.5 6V6z"
})),
name: 'SkipPrevious'
});
export default SkipPrevious;