UNPKG

@styled-icons/simple-icons

Version:

Simple Icons available as Styled Components

23 lines 796 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Alitalia = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M5.429 20.551H0l14.257-14.87c1.622-1.765 2.878-2.232 4.686-2.232H24L21.602 20.55h-4.17L19.49 5.907M15.7 20.551l1.384-9.842-9.457 9.842Z" })); }); Alitalia.displayName = 'Alitalia'; export var AlitaliaDimensions = { height: 24, width: 24 };