UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.77 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KeyboardClearSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.KeyboardClearSIcon = (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", { d: "M14.25 4.5C14.25 4.08579 13.9142 3.75 13.5 3.75H5.89942C5.67786 3.75 5.46672 3.84793 5.32422 4.01758L2.38477 7.51758C2.15047 7.7965 2.15047 8.2035 2.38477 8.48242L5.32422 11.9824C5.46672 12.1521 5.67786 12.25 5.89942 12.25H13.5C13.9142 12.25 14.25 11.9142 14.25 11.5V4.5ZM15.75 11.5C15.75 12.7426 14.7426 13.75 13.5 13.75H5.89942C5.23475 13.75 4.60329 13.4562 4.17578 12.9473L1.23633 9.44727C0.533446 8.6105 0.533447 7.3895 1.23633 6.55273L4.17578 3.05273C4.60329 2.54379 5.23475 2.25 5.89942 2.25H13.5C14.7426 2.25 15.75 3.25736 15.75 4.5V11.5Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M10.7197 5.46973C11.0126 5.17683 11.4874 5.17683 11.7803 5.46973C12.0732 5.76262 12.0732 6.23738 11.7803 6.53027L10.3106 8L11.7803 9.46973L11.832 9.52637C12.0723 9.82095 12.0549 10.2557 11.7803 10.5303C11.5057 10.8049 11.071 10.8223 10.7764 10.582L10.7197 10.5303L9.25 9.06055L7.78028 10.5303C7.48738 10.8232 7.01262 10.8232 6.71973 10.5303C6.42684 10.2374 6.42684 9.76262 6.71973 9.46973L8.18946 8L6.71973 6.53027C6.42684 6.23738 6.42684 5.76262 6.71973 5.46973C7.01262 5.17683 7.48738 5.17683 7.78028 5.46973L9.25 6.93945L10.7197 5.46973Z", fill: "currentColor" }))); }); exports.KeyboardClearSIcon.displayName = 'KeyboardClearSIcon';