@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2.75 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PromoSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PromoSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.5132 1.10037C13.7946 1.00435 14.0946 0.976694 14.3887 1.01969L14.3905 1.01995C14.8358 1.08612 15.2429 1.31061 15.5381 1.65281C15.8333 1.995 15.9971 2.4323 16 2.88559L16 2.89049L16 12.1091C15.9986 12.4102 15.9261 12.7067 15.7885 12.974C15.6513 13.2403 15.4535 13.47 15.2112 13.6444C14.9701 13.8198 14.6913 13.9352 14.3974 13.9812C14.1025 14.0274 13.801 14.0024 13.5175 13.9083L13.5152 13.9075L5.09496 11.081L4.32526 11.081L4.32527 11.4225C4.32527 11.6879 4.37718 11.9508 4.47804 12.196C4.5789 12.4412 4.72672 12.664 4.91308 12.8516C5.09944 13.0393 5.32068 13.1882 5.56416 13.2897C5.80765 13.3913 6.06862 13.4436 6.33217 13.4436C6.75896 13.4436 7.10495 13.792 7.10495 14.2218C7.10495 14.6516 6.75896 15 6.33217 15C5.86565 15 5.40371 14.9075 4.9727 14.7277C4.5417 14.5479 4.15008 14.2844 3.8202 13.9522C3.49032 13.62 3.22865 13.2256 3.05013 12.7916C2.8716 12.3576 2.77971 11.8924 2.77971 11.4226C2.77971 11.4226 2.77971 11.4226 2.77971 11.4226L2.7797 10.9954C2.12611 10.8487 1.52145 10.5176 1.04049 10.0332C0.710614 9.70102 0.448942 9.30664 0.270415 8.87261C0.0918871 8.43858 0 7.97338 0 7.50358C0 6.55479 0.374276 5.64485 1.04049 4.97395C1.37037 4.64176 1.76199 4.37825 2.19299 4.19846C2.624 4.01868 3.08594 3.92615 3.55246 3.92615L5.09496 3.92616L13.5132 1.10037ZM4.44758 5.48259L3.55246 5.48258C3.55246 5.48258 3.55246 5.48258 3.55246 5.48258C3.28891 5.48258 3.02794 5.53485 2.78445 5.63642C2.54097 5.73798 2.31973 5.88685 2.13337 6.07452C1.757 6.45353 1.54556 6.96758 1.54556 7.50358C1.54556 7.76899 1.59747 8.03179 1.69833 8.27699C1.79919 8.52219 1.94701 8.74498 2.13337 8.93265C2.50974 9.31166 3.0202 9.52459 3.55247 9.52459L4.44758 9.5246V5.48259ZM5.99315 9.74192L14.0015 12.4302C14.0012 12.4301 14.0018 12.4303 14.0015 12.4302C14.0523 12.4468 14.1071 12.4515 14.1598 12.4433C14.2129 12.435 14.2632 12.4141 14.3067 12.3823L14.312 12.3785C14.3558 12.3471 14.3916 12.3056 14.4164 12.2575C14.4409 12.2098 14.454 12.1569 14.4544 12.1032V2.8936C14.4535 2.81268 14.4241 2.7347 14.3713 2.67357C14.3184 2.61223 14.2455 2.57191 14.1657 2.55984C14.1129 2.55227 14.0591 2.55734 14.0086 2.57466L14.0039 2.57627L5.99315 5.26529V9.74192Z", fill: "currentColor" }))); });
exports.PromoSIcon.displayName = 'PromoSIcon';