import * as React from "react";
import { UimIconProps } from '../index.types'

function UimAdobeAlt(props: UimIconProps) {
  return <svg viewBox="0 0 24 24" width={props.size || '1em'} height={props.size || '1em'} fill="currentColor" {...props}><path opacity={1} d="M14.4826,2.95886,22,20.80884v-17.85ZM2,2.95886V21.04114L9.42462,2.95886ZM9.06885,17.28253h2.78424L13.601,20.71631h2.53681L12.0387,9.873Z" data-name="Brand Logos" /></svg>;
}

export default UimAdobeAlt;