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: 'It is a gallery toggle icon',
    title: 'Gallery Toggle Icon',
};
class GalleryToggleIcon extends react_1.default.PureComponent {
    render() {
        return (react_1.default.createElement(Vector_1.default, Object.assign({}, this.props, wording),
            react_1.default.createElement("g", { fillRule: "evenodd" },
                react_1.default.createElement("path", { d: "M0 5v20c0 2 1 3 3 3h20v-3H3V5H0z" }),
                react_1.default.createElement("path", { d: "M8 0h17c2 0 3 1 3 3v17c0 2-1 3-3 3H8c-2 0-3-1-3-3V3c0-2 1-3 3-3zm0 20h17V3H8v17z" }))));
    }
}
GalleryToggleIcon.defaultProps = {
    width: '28px',
    height: '28px',
    viewBox: '0 0 28 28',
    fill: '#000000',
};
exports.GalleryToggleIcon = GalleryToggleIcon;
exports.default = GalleryToggleIcon;
//# sourceMappingURL=GalleryToggleIcon.js.map