UNPKG

@scaleflex/icons

Version:
31 lines 2.66 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 SeveralFiles = 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": "SeveralFiles", 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: "M37.5249 6.77522e-07L15.775 2.57897e-06L15.775 8.02273C15.775 8.95455 15.025 9.70454 14.0931 9.70454L5.60451 9.70454L5.60451 42.2727C5.60451 43.1477 6.30905 43.8523 7.18405 43.8523L37.525 43.8523C38.4 43.8523 39.1045 43.1477 39.1045 42.2727L39.1045 1.57954C39.1045 0.715909 38.3999 6.01027e-07 37.5249 6.77522e-07ZM33.8659 33.7727L10.6045 33.7727C9.67269 33.7727 8.92269 33.0227 8.92269 32.0909C8.92269 31.1591 9.67269 30.4091 10.6045 30.4091L33.8659 30.4091C34.7977 30.4091 35.5477 31.1591 35.5477 32.0909C35.5477 33.0227 34.7977 33.7727 33.8659 33.7727ZM33.8659 27.0114L10.6045 27.0114C9.67269 27.0114 8.92269 26.2614 8.92269 25.3295C8.92269 24.3977 9.67269 23.6477 10.6045 23.6477L33.8659 23.6477C34.7977 23.6477 35.5477 24.3977 35.5477 25.3295C35.5477 26.2614 34.7977 27.0114 33.8659 27.0114ZM33.8659 20.25L10.6045 20.25C9.67268 20.25 8.92268 19.5 8.92268 18.5682C8.92268 17.6364 9.67268 16.8864 10.6045 16.8864L33.8659 16.8864C34.7977 16.8864 35.5477 17.6364 35.5477 18.5682C35.5477 19.5 34.7977 20.25 33.8659 20.25ZM33.8659 13.4886L20.0363 13.4886C19.1045 13.4886 18.3545 12.7386 18.3545 11.8068C18.3545 10.875 19.1045 10.125 20.0363 10.125L33.8659 10.125C34.7977 10.125 35.5477 10.875 35.5477 11.8068C35.5477 12.7386 34.7977 13.4886 33.8659 13.4886Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M40.6385 44.0455C40.6385 44.8409 39.9908 45.4886 39.1954 45.4886L13.7295 45.4886L13.7295 48.6477C13.7295 49.3977 14.3317 50 15.0817 50L43.9226 50C44.6726 50 45.2749 49.3977 45.2749 48.6477L45.2749 10.9659C45.2749 10.2159 44.6726 9.61366 43.9226 9.61366L40.6385 9.61366L40.6385 44.0455Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M5.8999 8.28408L14.0249 8.28408L14.0249 0.534083L5.8999 8.28408Z", fill: color })); }); export default SeveralFiles;