UNPKG

@central-icons-react/square-filled-radius-0-stroke-1

Version:

A collection of square filled React icons with 0px radius and 1px stroke width, designed for use in React applications.

5 lines (4 loc) 205 B
import React from "react"; import { type CentralIconBaseProps } from "../CentralIconBase"; export declare const IconChevronDoubleLeft: React.FC<CentralIconBaseProps>; export default IconChevronDoubleLeft;