UNPKG

@icongo/li

Version:
24 lines (23 loc) 1.29 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LISocialUnsplash = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LISocialUnsplash = function LISocialUnsplash(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", className: "prefix__social-unsplash", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M6.994 6.009a1.81 1.81 0 0 0-1.807 1.807 1.8 1.8 0 0 0 1.807 1.796 1.81 1.81 0 0 0 1.808-1.807 1.792 1.792 0 0 0-1.808-1.796zm4.408-2.612h-1.4l-.314-.852c-.163-.408-.653-.746-1.085-.746H5.396c-.443 0-.92.338-1.084.746l-.315.852h-1.4A1.6 1.6 0 0 0 1 4.994v5.61A1.6 1.6 0 0 0 2.598 12.2h8.804A1.6 1.6 0 0 0 13 10.603V5.006a1.595 1.595 0 0 0-1.598-1.61zm-4.408 7.218a2.8 2.8 0 0 1-2.799-2.799 2.807 2.807 0 0 1 2.8-2.798 2.8 2.8 0 0 1 0 5.597z" }) })); }; exports.LISocialUnsplash = LISocialUnsplash;