UNPKG

@scaleflex/icons

Version:
30 lines 2.08 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 Layout = 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": "Layout", ref: ref, width: size, height: size, viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("g", { id: "ic-layout" }, /*#__PURE__*/React.createElement("path", { id: "ic-page", fillRule: "evenodd", clipRule: "evenodd", d: "M5.49451 3.93773C5.49451 1.76376 7.25827 0 9.43224 0H21.337C27.4817 0 33.3747 2.44096 37.7196 6.7859C42.0645 11.1308 44.5055 17.0238 44.5055 23.1685V46.0623C44.5055 48.2362 42.7417 50 40.5678 50H9.43224C7.25827 50 5.49451 48.2362 5.49451 46.0623V3.93773ZM42.1245 24.0842C42.1245 22.2141 41.3816 20.4206 40.0593 19.0982C38.7369 17.7759 36.9434 17.033 35.0733 17.033H31.4103C30.3659 17.033 29.3643 16.6181 28.6259 15.8796C27.8874 15.1412 27.4725 14.1396 27.4725 13.0952V9.43223C27.4725 7.56212 26.7296 5.7686 25.4073 4.44623C24.0849 3.12385 22.2914 2.38095 20.4212 2.38095H9.43224C8.57323 2.38095 7.87546 3.07873 7.87546 3.93773V46.0623C7.87546 46.9213 8.57323 47.619 9.43224 47.619H40.5678C41.4268 47.619 42.1245 46.9213 42.1245 46.0623V24.0842ZM27.638 3.35891C29.0633 5.05242 29.8535 7.2016 29.8535 9.43223V13.0952C29.8535 13.5081 30.0175 13.9041 30.3095 14.196C30.6014 14.488 30.9974 14.652 31.4103 14.652H35.0733C37.3039 14.652 39.4531 15.4422 41.1466 16.8675C40.1481 13.7285 38.4083 10.8418 36.036 8.46948C33.6637 6.09715 30.777 4.35743 27.638 3.35891Z", fill: color }))); }); export default Layout;