@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WebShareSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.WebShareSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00013 0.25C8.19904 0.250002 8.38981 0.329024 8.53046 0.469682L10.6843 2.62357C10.9771 2.91647 10.9771 3.39135 10.6842 3.68423C10.3913 3.97712 9.91646 3.97711 9.62357 3.68421L8.75012 2.81072V8.53844C8.75012 8.95266 8.41434 9.28844 8.00012 9.28844C7.58591 9.28844 7.25012 8.95266 7.25012 8.53844V2.81066L6.37656 3.68422C6.08367 3.97711 5.60879 3.97711 5.3159 3.68422C5.02301 3.39133 5.02301 2.91645 5.3159 2.62356L7.46979 0.46967C7.61045 0.329016 7.80121 0.249998 8.00013 0.25ZM11.0192 5.30771C11.0192 4.8935 11.355 4.55771 11.7692 4.55771H13.923C14.4076 4.55771 14.8723 4.75019 15.2149 5.09281C15.5575 5.43542 15.75 5.9001 15.75 6.38463V13.9231C15.75 14.4076 15.5575 14.8723 15.2149 15.2149C14.8723 15.5575 14.4076 15.75 13.923 15.75L2.07692 15.75C1.59239 15.75 1.12771 15.5575 0.785093 15.2149C0.442479 14.8723 0.25 14.4076 0.25 13.9231L0.25 6.38463C0.25 5.9001 0.442478 5.43542 0.785093 5.09281C1.12771 4.75019 1.59239 4.55771 2.07692 4.55771H4.23076C4.64498 4.55771 4.98076 4.8935 4.98076 5.30771C4.98076 5.72193 4.64498 6.05771 4.23076 6.05771H2.07692C1.99022 6.05771 1.90706 6.09216 1.84575 6.15347C1.78444 6.21478 1.75 6.29793 1.75 6.38463L1.75 13.9231C1.75 14.0098 1.78444 14.0929 1.84575 14.1542C1.90706 14.2156 1.99022 14.25 2.07692 14.25L13.923 14.25C14.0098 14.25 14.0929 14.2156 14.1542 14.1542C14.2155 14.0929 14.25 14.0098 14.25 13.9231V6.38463C14.25 6.29793 14.2155 6.21478 14.1542 6.15347C14.0929 6.09216 14.0098 6.05771 13.923 6.05771H11.7692C11.355 6.05771 11.0192 5.72193 11.0192 5.30771Z", fill: "currentColor" }))); });
exports.WebShareSIcon.displayName = 'WebShareSIcon';