UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 2.61 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PromoMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.9332 3.67489C19.2521 3.56675 19.5921 3.53559 19.9254 3.58397L19.9271 3.58423C20.4315 3.65865 20.8926 3.91114 21.2269 4.29601C21.5613 4.68089 21.7469 5.17273 21.7501 5.68255L21.7501 5.68726L21.7501 17.0826L21.7501 17.0861C21.7485 17.4247 21.6664 17.7582 21.5105 18.0588C21.3551 18.3585 21.1309 18.617 20.8562 18.8132C20.5831 19.0106 20.2671 19.1405 19.9341 19.1923C19.6001 19.2442 19.2585 19.2161 18.9375 19.1103L18.9352 19.1095L8.41688 15.6034L7.21162 15.6034L7.21159 16.238C7.21159 16.5941 7.28173 16.9467 7.41799 17.2757C7.55426 17.6046 7.75399 17.9036 8.00578 18.1553C8.25757 18.4071 8.55648 18.6069 8.88546 18.7431C9.21444 18.8794 9.56703 18.9495 9.92312 18.9495C10.3373 18.9495 10.6731 19.2853 10.6731 19.6995C10.6731 20.1137 10.3373 20.4495 9.92312 20.4495C9.37005 20.4495 8.8224 20.3406 8.31143 20.1289C7.80047 19.9173 7.33619 19.6071 6.94512 19.216C6.55404 18.8249 6.24382 18.3606 6.03217 17.8497C5.82052 17.3387 5.71159 16.7911 5.71159 16.238L5.71162 15.5361C4.87334 15.3843 4.09437 14.9806 3.48365 14.3698C3.09257 13.9788 2.78235 13.5145 2.57071 13.0035C2.35906 12.4925 2.25012 11.9449 2.25012 11.3918C2.25012 10.2749 2.69383 9.20365 3.48365 8.41384C3.87473 8.02276 4.339 7.71254 4.84997 7.50089C5.36093 7.28924 5.90858 7.18031 6.46165 7.18031L8.41689 7.18033L18.9332 3.67489ZM7.78859 8.68032L6.46165 8.68031C6.46164 8.68031 6.46165 8.68031 6.46165 8.68031C6.10557 8.68031 5.75297 8.75045 5.42399 8.88671C5.09501 9.02298 4.7961 9.22271 4.54431 9.4745C4.0358 9.98301 3.75012 10.6727 3.75012 11.3918C3.75012 11.7479 3.82026 12.1005 3.95652 12.4295C4.09279 12.7585 4.29252 13.0574 4.54431 13.3092C5.05282 13.8177 5.74251 14.1034 6.46166 14.1034L7.78859 14.1034V8.68032ZM9.28859 14.3128L19.4073 17.6857C19.4076 17.6858 19.4079 17.6859 19.4083 17.686C19.5034 17.7172 19.6046 17.7255 19.7035 17.7101C19.8028 17.6946 19.897 17.6558 19.9784 17.5969L19.9835 17.5931C20.0656 17.5348 20.1325 17.4577 20.1789 17.3683C20.225 17.2793 20.2494 17.1807 20.2501 17.0805V5.69003C20.2487 5.53916 20.1935 5.3937 20.0946 5.27977C19.9954 5.16557 19.8586 5.09057 19.709 5.06829C19.6099 5.05404 19.5089 5.06344 19.4141 5.0957L19.4096 5.09726L9.28859 8.4709V14.3128Z", fill: "currentColor" }))); }); PromoMIcon.displayName = 'PromoMIcon';