styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.38 kB
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.Offer = 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: "M20.749 12l1.104-1.908a1 1 0 00-.365-1.366l-1.91-1.104v-2.2a1 1 0 00-1-1h-2.199l-1.103-1.909a1.008 1.008 0 00-.607-.466.993.993 0 00-.759.1L12 3.251l-1.91-1.105a1 1 0 00-1.366.366L7.62 4.422H5.421a1 1 0 00-1 1v2.199l-1.91 1.104a.998.998 0 00-.365 1.367L3.25 12l-1.104 1.908a1.004 1.004 0 00.364 1.367l1.91 1.104v2.199a1 1 0 001 1h2.2l1.104 1.91a1.01 1.01 0 00.866.5c.174 0 .347-.046.501-.135l1.908-1.104 1.91 1.104a1.001 1.001 0 001.366-.365l1.103-1.91h2.199a1 1 0 001-1v-2.199l1.91-1.104a1 1 0 00.365-1.367L20.749 12zM9.499 6.99a1.5 1.5 0 11-.001 3.001 1.5 1.5 0 01.001-3.001zm.3 9.6l-1.6-1.199 6-8 1.6 1.199-6 8zm4.7.4a1.5 1.5 0 11.001-3.001 1.5 1.5 0 01-.001 3.001z", key: "k0" })));
});
exports.Offer.displayName = 'Offer';
exports.OfferDimensions = { height: 24, width: 24 };
;