Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"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: 'Settings icon',
    title: 'Settings Icon',
    vectorClassName: 'settings',
};
class SettingsIcon extends react_1.default.PureComponent {
    render() {
        return (react_1.default.createElement(Vector_1.default, Object.assign({}, this.props, wording),
            react_1.default.createElement("path", { d: "M13 2 L13 6 11 7 8 4 4 8 7 11 6 13 2 13 2 19 6 19 7 21 4 24 8 28 11 25 13 26 13 30 19 30 19 26 21 25 24 28 28 24 25 21 26 19 30 19 30 13 26 13 25 11 28 8 24 4 21 7 19 6 19 2 Z" }),
            react_1.default.createElement("circle", { cx: "16", cy: "16", r: "4" })));
    }
}
SettingsIcon.defaultProps = {
    width: '32px',
    height: '32px',
    viewBox: '0 0 32 32',
    stroke: '#000000',
    fill: 'none',
};
exports.SettingsIcon = SettingsIcon;
exports.default = SettingsIcon;
//# sourceMappingURL=SettingsIcon.js.map