UNPKG

@scaleflex/icons

Version:
25 lines 1.88 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size"]; import React from 'react'; import { intrinsicComponent } from './utils/functions'; export var Video = intrinsicComponent(function (_ref, ref) { var _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === void 0 ? 14 : _ref$size, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "Video", ref: ref, width: size, height: size, viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M49.5285 5H1.10995C0.588197 5 0.275146 5.41739 0.275146 5.83479V43.8183C0.275146 44.34 0.692548 44.6531 1.10995 44.6531H49.4241C49.9459 44.6531 50.2589 44.2357 50.2589 43.8183V5.83479C50.3633 5.31304 49.9459 5 49.5285 5ZM8.93622 42.9835H2.0491V35.1572H8.93622V42.9835ZM8.93622 33.4876H2.0491V25.7657H8.93622V33.4876ZM8.93622 23.9917H2.0491V16.2698H8.93622V23.9917ZM8.93622 14.4959H2.0491V6.77395H8.93622V14.4959ZM31.7889 25.557L22.2931 31.6093C22.1887 31.7137 21.98 31.7137 21.8757 31.7137C21.7713 31.7137 21.5626 31.7137 21.4583 31.6093C21.1452 31.505 21.0408 31.1919 21.0408 30.8789V18.7742C21.0408 18.4612 21.2495 18.1481 21.4583 18.0438C21.7713 17.9394 22.0844 17.9394 22.2931 18.0438L31.7889 24.0961C31.9976 24.3048 32.2063 24.5135 32.2063 24.8266C32.2063 25.1396 32.102 25.3483 31.7889 25.557ZM48.5893 42.9835H41.7022V35.1572H48.5893V42.9835ZM48.5893 33.4876H41.7022V25.7657H48.5893V33.4876ZM48.5893 23.9917H41.7022V16.2698H48.5893V23.9917ZM48.5893 14.4959H41.7022V6.77395H48.5893V14.4959Z", fill: color })); }); export default Video;