UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

17 lines (16 loc) 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Coupon4 = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "none", d: "M0 0h24v24H0z", key: "k0" }), React.createElement("path", { d: "M10 21H3a1 1 0 01-1-1V4a1 1 0 011-1h7a2 2 0 104 0h7a1 1 0 011 1v16a1 1 0 01-1 1h-7a2 2 0 10-4 0zm-1.465-2A3.998 3.998 0 0112 17c1.48 0 2.773.804 3.465 2H20V5h-4.535A3.998 3.998 0 0112 7a3.998 3.998 0 01-3.465-2H4v14h4.535zM6 8h2v8H6V8zm10 0h2v8h-2V8z", key: "k1" }))); }); exports.Coupon4.displayName = 'Coupon4'; exports.Coupon4Dimensions = { height: 24, width: 24 };