| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/framework7/node_modules/framework7-icons/react/esm/ |
Upload File : |
function _extends() { _extends = Object.assign || 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); }
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
import React from 'react';
function EllipsisVertical(props) {
var children = props.children,
attrs = _objectWithoutPropertiesLoose(props, ["children"]);
return /*#__PURE__*/React.createElement("svg", _extends({
fill: "currentcolor",
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 56 56"
}, attrs), /*#__PURE__*/React.createElement("path", {
d: "M5,10.3203 C2.3984,10.3203 0.3125,8.2344 0.3125,5.586 C0.3125,2.9844 2.3984,0.8985 5,0.8985 C7.6016,0.8985 9.6875,2.9844 9.6875,5.586 C9.6875,8.2344 7.6016,10.3203 5,10.3203 Z M5,27.6641 C2.3984,27.6641 0.3125,25.6016 0.3125,23 C0.3125,20.3984 2.3984,18.336 5,18.336 C7.6016,18.336 9.6875,20.3984 9.6875,23 C9.6875,25.6016 7.6016,27.6641 5,27.6641 Z M5,45.1015 C2.3984,45.1015 0.3125,42.9922 0.3125,40.4141 C0.3125,37.7657 2.3984,35.6797 5,35.6797 C7.6016,35.6797 9.6875,37.7657 9.6875,40.4141 C9.6875,42.9922 7.6016,45.1015 5,45.1015 Z",
transform: "translate(23 5)"
}));
}
export default EllipsisVertical;