UNPKG

@welcome-ui/icons.link

Version:

22 lines (18 loc) 1.1 kB
import _extends from '@babel/runtime/helpers/esm/extends'; import React from 'react'; import { Icon } from '@welcome-ui/icon'; var width = 15; var height = 15; var block = "<path d=\"M39.897 93.167c-9.111 9.11-23.953 9.11-33.064 0-9.11-9.111-9.11-23.953 0-33.064l18.37-18.369c9.11-9.11 23.952-9.11 33.063 0a3.897 3.897 0 1 1-5.51 5.51c-6.154-6.153-15.89-6.153-22.043 0l-18.37 18.37c-6.153 6.153-6.153 15.889 0 22.042 6.154 6.154 15.89 6.153 22.043 0l17.45-17.45a3.897 3.897 0 1 1 5.511 5.51l-17.45 17.45zm34.9-34.901c-9.11 9.11-23.952 9.11-33.063 0a3.897 3.897 0 1 1 5.51-5.51c6.154 6.153 15.89 6.153 22.043 0l18.37-18.37c6.153-6.153 6.153-15.889 0-22.042-6.154-6.154-15.89-6.154-22.043 0l-17.45 17.45a3.897 3.897 0 1 1-5.511-5.51l17.45-17.45c9.111-9.112 23.953-9.112 33.064 0 9.11 9.11 9.11 23.952 0 33.063l-18.37 18.369z\" fill=\"currentColor\"/>"; var content = { width: width, height: height, block: block }; var LinkIcon = function LinkIcon(props) { return /*#__PURE__*/React.createElement(Icon, _extends({ alt: "Link", content: content }, props)); }; export { LinkIcon };