UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.58 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var KeyboardClearMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { d: "M20.25 7C20.25 6.58579 19.9142 6.25 19.5 6.25H8.37985C8.16386 6.25 7.9578 6.34347 7.8154 6.50586L3.43161 11.5059C3.18347 11.7888 3.18347 12.2112 3.43161 12.4941L7.8154 17.4941C7.9578 17.6565 8.16386 17.75 8.37985 17.75H19.5C19.9142 17.75 20.25 17.4142 20.25 17V7ZM21.75 17C21.75 18.2426 20.7426 19.25 19.5 19.25H8.37985C7.73189 19.25 7.11468 18.9706 6.68747 18.4834L2.30368 13.4834C1.55926 12.6345 1.55926 11.3655 2.30368 10.5166L6.68747 5.5166C7.11468 5.02943 7.73189 4.75 8.37985 4.75H19.5C20.7426 4.75 21.75 5.75736 21.75 7V17Z", fill: "currentColor" }), React.createElement("path", { d: "M16.4697 8.46973C16.7626 8.17683 17.2373 8.17683 17.5302 8.46973C17.8231 8.76262 17.8231 9.23738 17.5302 9.53027L15.0605 12L17.5302 14.4697L17.582 14.5264C17.8223 14.8209 17.8048 15.2557 17.5302 15.5303C17.2556 15.8049 16.8209 15.8223 16.5263 15.582L16.4697 15.5303L14 13.0605L11.5302 15.5303C11.2373 15.8232 10.7626 15.8232 10.4697 15.5303C10.1768 15.2374 10.1768 14.7626 10.4697 14.4697L12.9394 12L10.4697 9.53027C10.1768 9.23738 10.1768 8.76262 10.4697 8.46973C10.7626 8.17683 11.2373 8.17683 11.5302 8.46973L14 10.9395L16.4697 8.46973Z", fill: "currentColor" }))); }); KeyboardClearMIcon.displayName = 'KeyboardClearMIcon';