UNPKG

@scaleflex/icons

Version:
34 lines 2.63 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 CancelFitScreen = 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": "CancelFitScreen", 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: "M20.829 40.5497L23.0947 27.356C23.1977 26.9372 22.6828 26.4136 22.2709 26.5183L9.29454 28.822C8.8826 28.9267 8.77961 29.4503 9.08857 29.8691L11.8692 32.6963L0.23172 44.6335C-0.07724 44.9476 -0.07724 45.5759 0.23172 45.8901L4.04222 49.7644C4.35118 50.0785 4.9691 50.0785 5.27806 49.7644L16.9156 37.9319L19.6962 40.7592C20.2111 41.178 20.7261 41.0733 20.829 40.5497Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M29.171 9.45026L28.0381 16.0471L26.9053 22.5393C26.8023 22.9581 27.3172 23.4817 27.7291 23.377L40.7055 21.0733C41.1174 20.9686 41.2204 20.445 40.9114 20.0262L38.0278 17.199L49.7683 5.36649C50.0772 5.05236 50.0772 4.42408 49.7683 4.10995L45.9578 0.235602C45.6488 -0.078534 45.0309 -0.078534 44.7219 0.235602L32.9815 12.0681L30.2008 9.24084C29.7889 8.82199 29.2739 8.9267 29.171 9.45026Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M40.4995 28.822L27.5232 26.5183C27.1112 26.4136 26.5963 26.9372 26.6993 27.356L28.965 40.5497C29.068 40.9686 29.5829 41.0733 29.9949 40.7592L32.7755 37.9319L44.413 49.7644C44.7219 50.0785 45.3399 50.0785 45.6488 49.7644L49.4593 45.8901C49.7683 45.5759 49.7683 44.9476 49.4593 44.6335L37.8218 32.801L40.6025 29.9738C41.0144 29.4503 40.9114 28.9267 40.4995 28.822Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M9.29454 21.178L22.2709 23.4817C22.6828 23.5864 23.1977 23.0628 23.0947 22.644L20.829 9.45026C20.7261 9.03141 20.2111 8.9267 19.7992 9.24084L17.0185 12.0681L5.27806 0.235602C4.9691 -0.078534 4.35118 -0.078534 4.04222 0.235602L0.23172 4.10995C-0.07724 4.42408 -0.07724 5.05236 0.23172 5.36649L11.8692 17.199L9.08857 20.0262C8.67662 20.5497 8.77961 21.0733 9.29454 21.178Z", fill: color })); }); export default CancelFitScreen;