@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShareSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ShareSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.333 1.18a3.173 3.173 0 1 1-.18 4.29L6.516 7.296a3.2 3.2 0 0 1 0 1.408l3.635 1.826q.087-.101.181-.197a3.173 3.173 0 1 1-.85 1.54l-3.635-1.826a3.17 3.17 0 0 1-2.425 1.126 3.173 3.173 0 1 1 2.425-5.22l3.635-1.826a3.17 3.17 0 0 1 .85-2.948m.78 3.055a1 1 0 0 0-.066-.135 1.672 1.672 0 0 1 1.53-2.35 1.673 1.673 0 1 1-1.463 2.485M4.887 7.188a1.673 1.673 0 1 0 0 1.624 1 1 0 0 1 .067-.135 1.67 1.67 0 0 0 0-1.354 1 1 0 0 1-.067-.135m6.161 4.712a1.672 1.672 0 0 0 1.53 2.35 1.673 1.673 0 1 0-1.463-2.485 1 1 0 0 1-.067.135", clipRule: "evenodd" }))); });
exports.ShareSIcon.displayName = 'ShareSIcon';