@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2.12 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlayMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PlayMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.27639 2.3182C5.64442 2.10956 6.05849 2 6.47961 2C6.90704 2 7.32722 2.11287 7.69936 2.32766C7.70728 2.33223 7.71512 2.33695 7.72287 2.34181L19.7368 9.87534C20.1101 10.0677 20.4251 10.3605 20.6478 10.7226C20.8779 11.0967 21 11.5297 21 11.9716C21 12.4135 20.8779 12.8464 20.6478 13.2206C20.4254 13.5822 20.1108 13.8748 19.7381 14.0671L7.72502 21.6568C7.71657 21.6622 7.70801 21.6673 7.69936 21.6723C7.32722 21.8871 6.90704 22 6.47961 22C6.0585 22 5.64443 21.8904 5.27641 21.6818C4.90129 21.4863 4.58467 21.1909 4.36006 20.8267C4.13205 20.457 4.00759 20.0306 4.00022 19.5937L4 19.5804L4.00011 4.40634C4.00748 3.96945 4.13205 3.54298 4.36006 3.17327C4.58466 2.8091 4.90128 2.51373 5.27639 2.3182ZM6.47961 3.53846C6.3118 3.53846 6.14685 3.58277 6.00076 3.66709C5.98969 3.67348 5.97846 3.67959 5.96708 3.6854C5.83071 3.75505 5.71563 3.86155 5.63436 3.99333C5.55405 4.12354 5.50979 4.2735 5.50621 4.42728V19.5727C5.50979 19.7265 5.55405 19.8765 5.63436 20.0067C5.71563 20.1384 5.83071 20.2449 5.96708 20.3146C5.97846 20.3204 5.98969 20.3265 6.00076 20.3329C6.14685 20.4172 6.31181 20.4615 6.47961 20.4615C6.64314 20.4615 6.80397 20.4195 6.94728 20.3393L18.9762 12.7396C18.9986 12.7254 19.0217 12.7125 19.0454 12.7008C19.1798 12.6347 19.2931 12.5311 19.3725 12.4021C19.4518 12.2731 19.4939 12.1239 19.4939 11.9716C19.4939 11.8192 19.4518 11.67 19.3725 11.541C19.2931 11.412 19.1798 11.3085 19.0454 11.2423C19.0224 11.231 19 11.2185 18.9783 11.2049L6.94823 3.66127C6.80469 3.58073 6.64351 3.53846 6.47961 3.53846Z", fill: "currentColor" }))); });
exports.PlayMIcon.displayName = 'PlayMIcon';