UNPKG

@cimpress/react-components

Version:
32 lines 1.97 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { Object.defineProperty(o, "default", { enumerable: true, value: v }); }) : function(o, v) { o["default"] = v; }); var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); __setModuleDefault(result, mod); return result; }; Object.defineProperty(exports, "__esModule", { value: true }); const React = __importStar(require("react")); const colors_1 = require("../colors"); /* eslint-disable max-len */ const InfoSvg = (props) => (React.createElement("svg", Object.assign({ width: "16px", height: "16px", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", color: colors_1.white }, props), React.createElement("path", { d: "M721 278h16a4 4 0 014 4v16a4 4 0 01-4 4h-16a4 4 0 01-4-4v-16a4 4 0 014-4zm7.4 6a1.8 1.8 0 110 3.6 1.8 1.8 0 010-3.6zm3 11.46c0 .298-.23.54-.514.54h-3.772a.528.528 0 01-.514-.54v-1.08c0-.298.23-.54.514-.54h.515v-2.88h-.515a.528.528 0 01-.514-.54v-1.08c0-.298.23-.54.514-.54h2.743c.284 0 .514.242.514.54v4.5h.515c.284 0 .514.242.514.54v1.08z", transform: "translate(-717 -278)", stroke: "none", strokeWidth: 1, fillRule: "evenodd" }))); exports.default = InfoSvg; //# sourceMappingURL=InfoSvg.js.map