@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 910 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CallEndSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CallEndSIcon = (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", d: "m0 9.427.007-.568C0 7.21 1.234 5.804 2.826 5.47a28.3 28.3 0 0 1 10.334.01c1.598.333 2.842 1.736 2.833 3.392l.007.552c-.01.874-.753 1.564-1.615 1.573l-2.482-.011c-.85-.008-1.604-.697-1.612-1.565-.002-.177-.163-.321-.346-.325H6.05c-.177 0-.342.154-.34.325-.009.87-.754 1.557-1.611 1.564l-2.599.012C.694 10.99.01 10.214 0 9.428" }))); });
exports.CallEndSIcon.displayName = 'CallEndSIcon';