Repository URL to install this package:
|
Version:
0.9.5 ▾
|
ui-component-library
/
dist
/
components
/
atoms
/
Icons
/
RefreshIcon
/
SingleRefreshIcon
/
SingleRefreshIcon.js
|
|---|
"use strict";
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 Vector_1 = __importDefault(require("atoms/Vector"));
const wording = {
description: 'Single curved clockwise arrow forming a circle',
title: 'Refresh Icon',
vectorClassName: 'refresh',
};
class SingleRefreshIcon extends react_1.default.PureComponent {
render() {
return (react_1.default.createElement(Vector_1.default, Object.assign({}, this.props, wording),
react_1.default.createElement("g", null,
react_1.default.createElement("path", { d: "M66.569,101A50.167,50.167,0,0,1,34.882,89.776l5.04-6.308A42.428,42.428,0,1,0,24.258,48.48H40.427L20.214,72.694,0,48.48H16.189A50.427,50.427,0,1,1,66.569,101Z" }))));
}
}
SingleRefreshIcon.defaultProps = {
width: '117px',
height: '101px',
viewBox: '0 0 117 101',
};
exports.SingleRefreshIcon = SingleRefreshIcon;
exports.default = SingleRefreshIcon;
//# sourceMappingURL=SingleRefreshIcon.js.map