UNPKG

@welcome-ui/icons.share1

Version:

30 lines (22 loc) 1.62 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var React = require('react'); var icon = require('@welcome-ui/icon'); function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } var React__default = /*#__PURE__*/_interopDefaultLegacy(React); var width = 15; var height = 15; var block = "<path d=\"M70.91 74.162c-2.397.272-4.595 1.372-6.31 2.98l-28.484-18.48c1.028-2.049 1.615-4.319 1.615-6.659 0-1.701-.323-3.286-.885-4.729l28.159-19.836c2.11 2.011 5.104 3.084 8.436 2.705C79.824 29.418 85 23.666 85 17.295c0-6.37-5.176-10.946-11.56-10.22-6.384.727-11.56 6.48-11.56 12.85 0 1.256.208 2.44.58 3.531l-28.166 19.84c-2.541-2.608-6.266-4.024-10.428-3.551-7.658.87-13.866 7.77-13.866 15.41 0 7.64 6.208 13.129 13.866 12.258 3.696-.42 7.045-2.253 9.53-4.887l28.49 18.482A10.512 10.512 0 0 0 61 85.175c0 5.46 4.437 9.383 9.91 8.76 5.473-.621 9.909-5.552 9.909-11.013 0-5.46-4.436-9.381-9.909-8.76\" fill=\"currentColor\" fill-rule=\"evenodd\"/>"; var content = { width: width, height: height, block: block }; 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 Share1Icon(props) { return /*#__PURE__*/React__default["default"].createElement(icon.Icon, _extends({ alt: "Share1", content: content }, props)); } exports.Share1Icon = Share1Icon;