UNPKG

@wordpress/icons

Version:
13 lines (10 loc) 423 B
/** * WordPress dependencies */ import { SVG, Path } from '@wordpress/primitives'; const formatLtr = ( <SVG xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 24 24"> <Path d="M5.52 2h7.43c.55 0 1 .45 1 1s-.45 1-1 1h-1v13c0 .55-.45 1-1 1s-1-.45-1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v12c0 .55-.45 1-1 1s-1-.45-1-1v-5.96h-.43C3.02 11.04 1 9.02 1 6.52S3.02 2 5.52 2zM14 14l5-4-5-4v8z" /> </SVG> ); export default formatLtr;