@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 2.24 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VideoPlaySIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.VideoPlaySIcon = (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", { d: "M6.5 6.40212C6.5 6.00941 6.93198 5.76998 7.265 5.97812L9.8216 7.576C10.1349 7.77183 10.1349 8.22817 9.8216 8.424L7.265 10.0219C6.93198 10.23 6.5 9.99059 6.5 9.59788V6.40212Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M14.5 8C14.5 6.73403 14.4826 5.85223 14.3643 5.20508C14.2511 4.58589 14.0652 4.2941 13.8066 4.10449C13.5066 3.88446 12.9885 3.71182 12.0107 3.61328C11.047 3.51616 9.75718 3.5 8 3.5C6.24282 3.5 4.95303 3.51616 3.98926 3.61328C3.01147 3.71182 2.49342 3.88446 2.19336 4.10449C1.9348 4.2941 1.74893 4.58589 1.63574 5.20508C1.51745 5.85223 1.5 6.73403 1.5 8C1.5 9.26597 1.51745 10.1478 1.63574 10.7949C1.74893 11.4141 1.9348 11.7059 2.19336 11.8955C2.49342 12.1155 3.01147 12.2882 3.98926 12.3867C4.95303 12.4838 6.24282 12.5 8 12.5C9.75718 12.5 11.047 12.4838 12.0107 12.3867C12.9885 12.2882 13.5066 12.1155 13.8066 11.8955C14.0652 11.7059 14.2511 11.4141 14.3643 10.7949C14.4826 10.1478 14.5 9.26597 14.5 8ZM16 8C16 9.23403 15.9862 10.2585 15.8389 11.0645C15.6864 11.8984 15.3723 12.6066 14.6934 13.1045C14.0559 13.5719 13.1989 13.7743 12.1611 13.8789C11.1093 13.9849 9.74282 14 8 14C6.25718 14 4.89072 13.9849 3.83887 13.8789C2.80108 13.7743 1.94408 13.5719 1.30664 13.1045C0.627731 12.6066 0.313568 11.8984 0.161133 11.0645C0.0138053 10.2585 0 9.23403 0 8C0 6.76597 0.0138053 5.74152 0.161133 4.93555C0.313568 4.10164 0.627731 3.39339 1.30664 2.89551C1.94408 2.42805 2.80108 2.22568 3.83887 2.12109C4.89072 2.01509 6.25718 2 8 2C9.74282 2 11.1093 2.01509 12.1611 2.12109C13.1989 2.22568 14.0559 2.42805 14.6934 2.89551C15.3723 3.39339 15.6864 4.10164 15.8389 4.93555C15.9862 5.74152 16 6.76597 16 8Z", fill: "currentColor" }))); });
exports.VideoPlaySIcon.displayName = 'VideoPlaySIcon';