UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 2.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VideoPlayMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.VideoPlayMIcon = (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", { d: "M10 9.37052C10 8.98462 10.4186 8.74419 10.7519 8.93863L15.2596 11.5681C15.5904 11.761 15.5904 12.239 15.2596 12.4319L10.7519 15.0614C10.4186 15.2558 10 15.0154 10 14.6295V9.37052Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M20.5 12C20.5 10.3084 20.4508 9.08163 20.2646 8.16895C20.0831 7.27887 19.7885 6.77372 19.3535 6.43652C18.8905 6.07769 18.1635 5.82484 16.9414 5.67773C15.7267 5.53155 14.1291 5.5 12 5.5C9.80781 5.5 8.17883 5.53241 6.95215 5.67871C5.71663 5.82607 5.00415 6.07813 4.56055 6.43066C4.14532 6.76072 3.86747 7.25843 3.70215 8.15527C3.53295 9.07327 3.5 10.3025 3.5 12C3.5 13.6975 3.53295 14.9267 3.70215 15.8447C3.86747 16.7416 4.14532 17.2393 4.56055 17.5693C5.00415 17.9219 5.71663 18.1739 6.95215 18.3213C8.17883 18.4676 9.80781 18.5 12 18.5C14.1922 18.5 15.8212 18.4676 17.0479 18.3213C18.2834 18.1739 18.9958 17.9219 19.4395 17.5693C19.8547 17.2393 20.1325 16.7416 20.2979 15.8447C20.4671 14.9267 20.5 13.6975 20.5 12ZM22 12C22 13.6774 21.9704 15.042 21.7725 16.1162C21.5706 17.2114 21.1764 18.1045 20.373 18.7432C19.5979 19.3593 18.5446 19.6542 17.2256 19.8115C15.8976 19.9699 14.1828 20 12 20C9.81719 20 8.10242 19.9699 6.77441 19.8115C5.4554 19.6542 4.40211 19.3593 3.62695 18.7432C2.82357 18.1045 2.42939 17.2114 2.22754 16.1162C2.02958 15.042 2 13.6774 2 12C2 10.3226 2.02958 8.95795 2.22754 7.88379C2.42939 6.78861 2.82357 5.8955 3.62695 5.25684C4.40211 4.64069 5.4554 4.34579 6.77441 4.18848C8.10242 4.03009 9.81719 4 12 4C14.1208 4 15.8045 4.03098 17.1211 4.18945C18.4299 4.34702 19.4846 4.64124 20.2715 5.25098C21.0863 5.88246 21.5107 6.76851 21.7354 7.87012C21.9554 8.94954 22 10.3168 22 12Z", fill: "currentColor" }))); }); exports.VideoPlayMIcon.displayName = 'VideoPlayMIcon';