UNPKG

@scaleflex/icons

Version:
30 lines 1.85 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size", "ref"]; import React from 'react'; export var Sharebox = function Sharebox(_ref) { var _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === void 0 ? 14 : _ref$size, ref = _ref.ref, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "Sharebox", ref: ref, width: size, height: size, viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.44681 5.96033C6.85927 5.96033 6.38298 6.40505 6.38298 6.95363V43.0473C6.38298 43.5959 6.85927 44.0407 7.44681 44.0407H42.5532C43.1407 44.0407 43.617 43.5959 43.617 43.0473V29.0139H50V43.0473C50 46.8875 46.666 50.0005 42.5532 50.0005H7.44681C3.33405 50.0005 0 46.8875 0 43.0473V6.95363C0 3.11352 3.33405 0.000488281 7.44681 0.000488281H20.2766V5.96033H7.44681Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M29.7311 2.54785C29.5102 3.06345 29.6575 3.80001 30.0994 4.24196L33.8117 7.95427L20.9365 20.8295C20.3472 21.4188 20.3472 22.45 20.9365 23.0392L26.7701 28.8728C27.3594 29.4621 28.3906 29.4621 28.9798 28.8728L41.9287 15.924L45.641 19.6363C46.083 20.0782 46.6722 20.2255 47.3351 20.0046C47.8507 19.7836 48.2927 19.1943 48.3663 18.6787L49.4712 2.1059C49.4712 1.66396 49.3239 1.22203 49.0293 0.927398C48.7346 0.63277 48.2927 0.485454 47.8507 0.485453L31.2779 1.59031C30.4677 1.51665 30.0258 1.95859 29.7311 2.54785Z", fill: color })); }; export default Sharebox;