UNPKG

@semcore/icon

Version:
27 lines 1.24 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootShareAlt({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "ShareAlt", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M9 4a3 3 0 1 1 .94 2.18L6.997 7.88a3.059 3.059 0 0 1-.014.433l2.83 1.634a3 3 0 1 1-.806 1.844L6.12 10.123a3 3 0 1 1 .121-4.117l2.785-1.608A3.027 3.027 0 0 1 9 4Zm3-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0 8a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM3 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z", clipRule: "evenodd", shapeRendering: "geometricPrecision" })); } RootShareAlt.displayName = 'ShareAlt'; const ShareAlt = createBaseComponent(RootShareAlt); export { ShareAlt as default };