@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.01 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var KeyboardClearSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", d: "M14.25 4.5a.75.75 0 0 0-.75-.75H5.9a.75.75 0 0 0-.576.268l-2.94 3.5a.75.75 0 0 0 0 .964l2.94 3.5c.143.17.354.268.575.268H13.5a.75.75 0 0 0 .75-.75zm1.5 7a2.25 2.25 0 0 1-2.25 2.25H5.9a2.25 2.25 0 0 1-1.724-.803l-2.94-3.5a2.25 2.25 0 0 1 0-2.894l2.94-3.5a2.25 2.25 0 0 1 1.723-.803H13.5a2.25 2.25 0 0 1 2.25 2.25z" }),
React.createElement("path", { fill: "currentColor", d: "M10.72 5.47a.75.75 0 1 1 1.06 1.06L10.31 8l1.47 1.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052-1.47-1.47-1.47 1.47a.75.75 0 1 1-1.06-1.06L8.19 8 6.72 6.53a.75.75 0 1 1 1.06-1.06l1.47 1.47z" }))); });
KeyboardClearSIcon.displayName = 'KeyboardClearSIcon';