UNPKG

@semcore/icon

Version:
29 lines 1.99 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function AddressPack({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "AddressPack", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M2 1.031a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1H2Zm1 2v4h4v-4H3Z", clipRule: "evenodd", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M1 12.031a1 1 0 0 1 1-1h20a1 1 0 0 1 0 2H2a1 1 0 0 1-1-1ZM2 14.031a1 1 0 0 0 0 2h16a1 1 0 1 0 0-2H2ZM6.295 20.047a.133.133 0 0 0-.073-.225l-1.653-.28-.785-1.462a.134.134 0 0 0-.235 0l-.785 1.461-1.653.28a.133.133 0 0 0-.072.226l1.167 1.18-.238 1.63a.133.133 0 0 0 .19.14l1.509-.729 1.509.729a.133.133 0 0 0 .19-.14l-.24-1.63 1.169-1.18ZM13.628 20.047a.133.133 0 0 0-.072-.225l-1.653-.28-.785-1.462a.134.134 0 0 0-.236 0l-.784 1.461-1.653.28a.133.133 0 0 0-.073.226l1.168 1.18-.24 1.63a.133.133 0 0 0 .191.14L11 22.268l1.51.729a.133.133 0 0 0 .19-.14l-.24-1.63 1.168-1.18ZM20.889 19.822a.133.133 0 0 1 .072.225l-1.167 1.18.239 1.63a.133.133 0 0 1-.19.14l-1.51-.729-1.509.729a.133.133 0 0 1-.19-.14l.24-1.63-1.169-1.18a.133.133 0 0 1 .073-.225l1.653-.28.785-1.462a.134.134 0 0 1 .235 0l.785 1.461 1.653.28Z", shapeRendering: "geometricPrecision" })); } AddressPack.displayName = 'AddressPack'; export default createBaseComponent(AddressPack);