styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 975 B
JavaScript
;
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.996.996 0 0011 2H6a.996.996 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-10zM8.353 10a1.647 1.647 0 11-.001-3.293A1.647 1.647 0 018.353 10z", key: "k0" })));
});
exports.PurchaseTagAlt.displayName = 'PurchaseTagAlt';
exports.PurchaseTagAltDimensions = { height: 24, width: 24 };