src/components/Icon/Icons/TextAlignLeft.tsx
/** WARNING
* This file is automatically generated by the `yarn gen:icons` command.
* ALL changes will be overwritten.
*/
import React from 'react'
import createIconComponent from '../utils/createIconComponent'
const TextAlignLeftIcon = createIconComponent({
content: (
<g>
<path
fillRule="evenodd"
d="M2.45 2a.95.95 0 000 1.9h11a.95.95 0 100-1.9h-11zm0 3.4a.95.95 0 000 1.9h8a.95.95 0 100-1.9h-8zM1.5 9.75a.95.95 0 01.95-.95h11a.95.95 0 110 1.9h-11a.95.95 0 01-.95-.95zm.95 2.45a.95.95 0 100 1.9h8a.95.95 0 000-1.9h-8z"
clipRule="evenodd"
/>
</g>
),
})
// @ts-expect-error TS(2339) FIXME: Property 'displayName' does not exist on type '(pr... Remove this comment to see the full error message
TextAlignLeftIcon.displayName = 'TextAlignLeftIcon'
export default TextAlignLeftIcon