UNPKG

@bemit/consent-ui-formanta

Version:

27 lines (26 loc) 958 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IcLink = void 0; var _react = _interopRequireDefault(require("react")); var _jsxRuntime = require("react/jsx-runtime"); function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; } var IcLink = exports.IcLink = function IcLink(_ref) { var fontSize = _ref.fontSize, fill = _ref.fill, style = _ref.style; return (0, _jsxRuntime.jsxs)("svg", { height: fontSize, viewBox: "0 0 24 24", width: fontSize, fill: fill || 'currentColor', style: style, children: [(0, _jsxRuntime.jsx)("path", { d: "M0 0h24v24H0z", fill: "none" }), (0, _jsxRuntime.jsx)("path", { d: "M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z" })] }); };