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: 'A building which is identified as a store as it is likely to have a takeaway outlet at the front.',
    title: 'Store front icon',
};
class StoreFrontIcon extends react_1.default.PureComponent {
    render() {
        return (react_1.default.createElement(Vector_1.default, Object.assign({}, this.props, wording),
            react_1.default.createElement("g", { transform: "translate(1 1)", strokeWidth: "2", fill: "none", fillRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round" },
                react_1.default.createElement("path", { d: "M21.0508 18.9033c0 2.9-2.351 5.25-5.25 5.25s-5.25-2.35-5.25-5.25" }),
                react_1.default.createElement("path", { d: "M10.5508 18.9033c0 2.9-2.351 5.25-5.25 5.25s-5.25-2.35-5.25-5.25l3.544-10.632c.272-.817 1.037-1.368 1.898-1.368h31.116c.861 0 1.626.551 1.898 1.368l3.544 10.632c0 2.9-2.351 5.25-5.25 5.25s-5.25-2.35-5.25-5.25" }),
                react_1.default.createElement("path", { d: "M31.5508 18.9033c0 2.9-2.351 5.25-5.25 5.25s-5.25-2.35-5.25-5.25" }),
                react_1.default.createElement("path", { d: "M3.0508 23.9033v17c0 1.105.895 2 2 2h32c1.105 0 2-.895 2-2v-17m-33-18v-3c0-1.105.895-2 2-2h26c1.105 0 2 .895 2 2v3" }),
                react_1.default.createElement("polyline", { points: "21.0508 41.9033 21.0508 28.9033 33.0508 28.9033 33.0508 41.9033" }),
                react_1.default.createElement("polyline", { points: "17.0508 28.9033 17.0508 34.9033 7.0508 34.9033 7.0508 28.9033" }))));
    }
}
StoreFrontIcon.defaultProps = {
    width: '45px',
    height: '45px',
    viewBox: '0 0 45 45',
    stroke: '#000000',
};
exports.StoreFrontIcon = StoreFrontIcon;
exports.default = StoreFrontIcon;
//# sourceMappingURL=StoreFrontIcon.js.map