UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.1 kB
declare const IconVideos = "<svg id=\"videos\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M50,27H13c-2.21,0-4,1.79-4,4v23.5c0,2.21,1.79,4,4,4h37c2.21,0,4-1.79,4-4v-23.5c0-2.21-1.79-4-4-4ZM26.44,49.5v-13.5l10.12,6.75-10.12,6.75Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><rect x=\"9\" y=\"27\" width=\"45\" height=\"31.5\" rx=\"4\" ry=\"4\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M54,49.5h5c2.21,0,4-1.79,4-4v-23.5c0-2.21-1.79-4-4-4H22c-2.21,0-4,1.79-4,4v5\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><polygon points=\"26.44 36 26.44 49.5 36.56 42.75 26.44 36\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>"; export default IconVideos; export { IconVideos };