UNPKG

@icongo/li

Version:
23 lines (22 loc) 2.3 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LICreditCardStripe = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LICreditCardStripe = function LICreditCardStripe(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", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M9.318 7.036q0 .36-.11.553-.099.182-.27.182-.12 0-.214-.047V6.557q.151-.156.297-.156.297 0 .297.635zm2.281-.187h-.573q.031-.51.292-.51.265 0 .281.51zm-8.12.703q0-.307-.172-.476-.172-.17-.526-.3-.187-.068-.27-.125-.084-.057-.084-.13 0-.136.198-.136.302 0 .646.172l.094-.583q-.35-.167-.776-.167-.402 0-.641.198-.25.203-.25.568 0 .302.17.471.168.17.517.295.204.072.284.132.081.06.081.144 0 .161-.25.161-.151 0-.365-.065-.213-.065-.375-.159l-.093.589q.375.213.875.213.421 0 .671-.193.266-.213.266-.609zm1.537-1.12.099-.578h-.5v-.703l-.672.11-.094.593-.24.042-.088.536h.323v1.141q0 .437.23.625.197.156.577.156.167 0 .412-.057v-.615q-.167.037-.23.037-.218 0-.218-.26V6.431h.4zm1.645.13V5.84q-.078-.016-.145-.016-.167 0-.29.083-.122.084-.174.24L6 5.854h-.682v2.453h.781V6.714q.135-.162.427-.162.083 0 .135.01zm.193 1.745h.781V5.854h-.78v2.453zm3.24-1.297q0-.635-.235-.932-.208-.27-.578-.27-.333 0-.61.291l-.04-.245h-.688v3.36l.78-.13v-.787q.188.057.355.057.432 0 .698-.291.318-.339.318-1.053zM7.656 5.198q0-.172-.12-.292t-.291-.12q-.172 0-.292.12t-.12.292q0 .172.12.294.12.123.292.123t.291-.123q.12-.122.12-.294zm4.677 1.86q0-.59-.25-.917-.26-.334-.75-.334-.5 0-.789.344-.289.344-.289.938 0 .666.328.979.287.286.839.286.526 0 .833-.208l-.083-.537q-.297.162-.667.162-.224 0-.328-.1-.12-.098-.146-.343h1.292q.01-.073.01-.27zM13 3.666v6.666q0 .271-.198.47-.198.197-.469.197H1.667q-.271 0-.47-.198Q1 10.604 1 10.333V3.667q0-.271.198-.47Q1.396 3 1.667 3h10.666q.271 0 .47.198.197.198.197.469z" }) })); }; exports.LICreditCardStripe = LICreditCardStripe;