UNPKG

@shopify/polaris-icons

Version:

[![npm version](https://img.shields.io/npm/v/@shopify/polaris-icons.svg?style=flat)](https://www.npmjs.com/package/@shopify/polaris-icons)

16 lines (12 loc) 1.19 kB
'use strict'; var React = require('react'); var SvgGiftCardFilledIcon = function SvgGiftCardFilledIcon(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M8.5 4v2.25a.75.75 0 0 0 1.5 0v-2.25h5.5a2 2 0 0 1 2 2v3h-2.75a.75.75 0 0 0 0 1.5h2.75v3.5a2 2 0 0 1-2 2h-5.5v-2.5a.75.75 0 0 0-1.5 0v2.5h-4a2 2 0 0 1-2-2v-3.5h1.25a.75.75 0 0 0 0-1.5h-1.25v-3a2 2 0 0 1 2-2h4Zm-1.631 2.75c.83 0 1.585.486 1.928 1.242l.453.996.453-.996a2.119 2.119 0 0 1 4.047.88c0 1.171-.95 2.128-2.125 2.128h-.858c.595.51 1.256.924 1.84 1.008a.75.75 0 0 1-.213 1.485c-1.11-.16-2.128-.92-2.803-1.53-.121-.11-.235-.218-.341-.323-.106.105-.22.213-.34.322-.676.611-1.693 1.372-2.804 1.53a.75.75 0 0 1-.212-1.485c.583-.083 1.244-.497 1.839-1.007h-.858a2.128 2.128 0 0 1-2.125-2.128c0-1.168.946-2.122 2.119-2.122Zm.006 2.75h.96l-.403-.887a.619.619 0 0 0-1.182.259c0 .347.282.628.625.628Zm3.79 0h.96c.343 0 .625-.28.625-.628a.619.619 0 0 0-1.182-.26l-.403.888Z" })); }; SvgGiftCardFilledIcon.displayName = "GiftCardFilledIcon"; exports.SvgGiftCardFilledIcon = SvgGiftCardFilledIcon;