UNPKG

@scaleflex/icons

Version:
28 lines 2.26 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 Screencast = 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": "Screencast", ref: ref, width: size * (51 / 49), height: size, viewBox: "0 0 51 49", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M50.2754 1.81559C50.2754 1.33406 50.0841 0.872261 49.7436 0.531773C49.4031 0.191284 48.9413 0 48.4598 0H2.09098C1.60945 0 1.14765 0.191284 0.807163 0.531773C0.466675 0.872261 0.275391 1.33406 0.275391 1.81559V38.6883C0.275391 39.1698 0.466675 39.6316 0.807163 39.9721C1.14765 40.3126 1.60945 40.5039 2.09098 40.5039H48.4598C48.6982 40.5039 48.9343 40.4569 49.1546 40.3657C49.3749 40.2744 49.575 40.1407 49.7436 39.9721C49.9122 39.8035 50.0459 39.6034 50.1372 39.3831C50.2284 39.1628 50.2754 38.9267 50.2754 38.6883V1.81559ZM25.5406 37.8417C25.1008 37.8417 24.6709 37.7113 24.3052 37.467C23.9396 37.2226 23.6546 36.8754 23.4863 36.469C23.318 36.0627 23.2739 35.6156 23.3597 35.1843C23.4455 34.753 23.6573 34.3568 23.9683 34.0458C24.2793 33.7348 24.6755 33.5231 25.1068 33.4373C25.5381 33.3515 25.9852 33.3955 26.3915 33.5638C26.7978 33.7321 27.1451 34.0171 27.3894 34.3828C27.6338 34.7484 27.7642 35.1783 27.7642 35.6181C27.7642 36.2078 27.5299 36.7734 27.1129 37.1904C26.6959 37.6074 26.1303 37.8417 25.5406 37.8417ZM48.215 30.5794H2.31537V2.47858H48.215V30.5794Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M31.3036 42.707H19.2065C19.3426 43.761 19.1526 44.8315 18.6621 45.7742C18.1715 46.717 17.404 47.4869 16.4627 47.9804L16.1567 48.7862L34.027 48.8882L34.4248 48.1844C34.4248 48.1844 31.4872 48.0008 31.3036 42.707Z", fill: color })); }); export default Screencast;