This component provides SilentIconLeft functionality.
prop1
prop2
import { SilentIconLeft } from 'mycrumbs-uikit'; const props = {}; <SilentIconLeft prop1="value1" prop2="value2" />;
/* We're constantly improving the code you see. Please share your feedback here: https://form.asana.com/?k=uvp-HPgd3_hyoXRBw1IcNg&d=1152665201300829 */ import React from "react"; import { SilentIconLeft4 } from "./SilentIconLeft4"; export const SilentIconLeft = (): JSX.Element => { return <SilentIconLeft4 className="!absolute !w-[54px] !h-[24px] !top-0 !left-0" />; };