UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KeyboardClearMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.KeyboardClearMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", d: "M20.25 7a.75.75 0 0 0-.75-.75H8.38a.75.75 0 0 0-.565.256l-4.383 5a.75.75 0 0 0 0 .988l4.383 5a.75.75 0 0 0 .565.256H19.5a.75.75 0 0 0 .75-.75zm1.5 10a2.25 2.25 0 0 1-2.25 2.25H8.38c-.648 0-1.265-.28-1.693-.767l-4.383-5a2.25 2.25 0 0 1 0-2.966l4.383-5A2.25 2.25 0 0 1 8.38 4.75H19.5A2.25 2.25 0 0 1 21.75 7z" }), react_1.default.createElement("path", { fill: "currentColor", d: "M16.47 8.47a.75.75 0 1 1 1.06 1.06L15.06 12l2.47 2.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L14 13.06l-2.47 2.47a.75.75 0 1 1-1.06-1.06L12.94 12l-2.47-2.47a.75.75 0 1 1 1.06-1.06L14 10.94z" }))); }); exports.KeyboardClearMIcon.displayName = 'KeyboardClearMIcon';