@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.39 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var SmallScreenMIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.5304 2.4697C21.8233 2.76259 21.8233 3.23747 21.5304 3.53036L15.8877 9.17308L19.6155 9.17308C20.0297 9.17308 20.3655 9.50886 20.3655 9.92308C20.3655 10.3373 20.0297 10.6731 19.6155 10.6731L14.0771 10.6731C13.8781 10.6731 13.6874 10.5941 13.5467 10.4534C13.4061 10.3128 13.3271 10.122 13.3271 9.92308V4.38464C13.3271 3.97042 13.6628 3.63464 14.0771 3.63464C14.4913 3.63464 14.8271 3.97042 14.8271 4.38464V8.11242L20.4698 2.4697C20.7627 2.17681 21.2375 2.17681 21.5304 2.4697ZM4.38479 14.8269C3.97057 14.8269 3.63479 14.4911 3.63479 14.0769C3.63479 13.6627 3.97057 13.3269 4.38479 13.3269H9.92317C10.3374 13.3269 10.6732 13.6627 10.6732 14.0769L10.6732 19.6153C10.6732 20.0296 10.3375 20.3653 9.92324 20.3653C9.50902 20.3654 9.17323 20.0296 9.17323 19.6154L9.17319 15.8875L3.53045 21.5303C3.23756 21.8232 2.76269 21.8232 2.46979 21.5303C2.1769 21.2374 2.1769 20.7625 2.46979 20.4696L8.11251 14.8269H4.38479Z", fill: "currentColor" }))); });
SmallScreenMIcon.displayName = 'SmallScreenMIcon';