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.05 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.PurchaseTagAlt = 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", { d: "M11.707 2.293A.997.997 0 0011 2H6a.997.997 0 00-.707.293l-3 3A.996.996 0 002 6v5c0 .266.105.52.293.707l10 10a.997.997 0 001.414 0l8-8a.999.999 0 000-1.414l-10-10zM13 19.586l-9-9V6.414L6.414 4h4.172l9 9L13 19.586z", key: "k0" }), React.createElement("circle", { cx: 8.353, cy: 8.353, r: 1.647, key: "k1" }))); }); exports.PurchaseTagAlt.displayName = 'PurchaseTagAlt'; exports.PurchaseTagAltDimensions = { height: 24, width: 24 };