UNPKG

@scaleflex/icons

Version:
26 lines 2.14 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 FolderMoveTo = 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": "FolderMoveTo", ref: ref, width: size, height: size, viewBox: "0 0 50 40", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M20.8075 6.12799L20.9251 6.46185H21.2791H48.952C49.0277 6.46185 49.1633 6.51196 49.2975 6.66424C49.4277 6.81215 49.5002 6.99595 49.5002 7.15199V38.8099C49.5002 39.2755 49.1731 39.5 48.952 39.5H1.04846C0.827416 39.5 0.500244 39.2755 0.500244 38.8099V1.20126C0.500244 1.04522 0.572761 0.861418 0.70303 0.713512C0.83715 0.561232 0.972795 0.511119 1.04846 0.511119H16.6669C16.7358 0.511119 16.8058 0.508717 16.8771 0.506267C17.2044 0.495027 17.5618 0.482754 17.9896 0.696438C18.4932 0.948047 19.1593 1.56592 19.7611 3.15792L20.8075 6.12799ZM35.2576 23.6933L35.2698 23.6813L35.2811 23.6684C35.6031 23.3028 35.7204 22.8055 35.7204 22.2668C35.7204 21.9235 35.5814 21.4442 35.2811 21.1033L35.2698 21.0904L35.2576 21.0784L27.1224 13.0259C26.9535 12.7712 26.7033 12.5859 26.4025 12.5128C26.0788 12.434 25.7394 12.495 25.4347 12.6679C24.8615 12.9933 24.5527 13.515 24.5527 14.1738V18.3154H15.8283C14.8361 18.3154 14.2801 19.2305 14.2801 20.0056V24.6471C14.2801 25.6096 15.0012 26.3373 15.8283 26.3373H24.5527V30.4788C24.5527 30.8225 24.6643 31.1494 24.8223 31.4086C24.9627 31.6388 25.1714 31.866 25.4349 31.9882C25.6673 32.1471 25.9489 32.2361 26.2461 32.212C26.5663 32.186 26.8608 32.0322 27.0925 31.7754L35.2576 23.6933Z", fill: color, stroke: color })); }); export default FolderMoveTo;