react-common-use-components
Version:
A React mobile commonly used component library
11 lines (10 loc) • 879 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const react_1 = __importDefault(require("react"));
const FastBackwardIcon = ({ style }) => (<svg version="1.1" style={Object.assign(Object.assign({}, style), { display: 'block', margin: 'auto' })} viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="64" height="64">
<path d="M341.333333 483.541333l436.181334-290.773333a21.333333 21.333333 0 0 1 33.152 17.749333v602.965334a21.333333 21.333333 0 0 1-33.152 17.749333L341.333333 540.458667V810.666667a42.666667 42.666667 0 1 1-85.333333 0V213.333333a42.666667 42.666667 0 0 1 85.333333 0v270.208z" p-id="7759" fill="#1677ff"></path>
</svg>);
exports.default = FastBackwardIcon;