@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.55 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VideoOnSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.VideoOnSIcon = (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: "M9.92308 2.25H2.07692C1 2.25 0.25 3 0.25 4.11111V11.8889C0.25 12.8583 1.02744 13.75 2.07692 13.75H9.9231C10.9293 13.75 11.75 12.899 11.75 11.8889V11.206L13.9902 12.25C14.5 12.5 15.75 12.1488 15.75 11.0889V11.0868V4.91315C15.7535 4.08395 14.8996 3.33004 13.9902 3.69209L13.9743 3.69865L11.75 4.64406V4.11111C11.75 3.14166 10.9726 2.25 9.92308 2.25ZM1.85642 3.85118C1.78862 3.92241 1.75 4.01741 1.75 4.11111V11.8889C1.75 11.9826 1.78862 12.0776 1.85642 12.1488C1.92224 12.218 2.00032 12.25 2.07692 12.25H9.9231C10.0707 12.25 10.25 12.101 10.25 11.8889V10C10.25 9.74081 10.3838 9.49999 10.6039 9.36311C10.824 9.22624 11.0992 9.2127 11.3317 9.32732L14.25 10.7662V5.21134L11.2934 6.46802C11.0617 6.56648 10.7961 6.54217 10.5862 6.40329C10.3763 6.26441 10.25 6.02949 10.25 5.77778V4.11111C10.25 4.01741 10.2114 3.92241 10.1436 3.85118C10.0778 3.78203 9.99968 3.75 9.92308 3.75H2.07692C2.00032 3.75 1.92224 3.78203 1.85642 3.85118Z", fill: "currentColor" }))); });
exports.VideoOnSIcon.displayName = 'VideoOnSIcon';