UNPKG

@styled-icons/simple-icons

Version:

Simple Icons available as Styled Components

23 lines 900 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Angularjs = /*#__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: "M11.964 0 .672 3.974l1.784 14.794L11.976 24l9.568-5.303 1.784-14.794zm-.027 1.258 10.265 3.5-1.663 13.232-8.602 4.76-8.469-4.697L1.939 4.822zm0 .78L4.957 17.57l2.604-.048 1.4-3.501h6.257l1.532 3.55 2.492.046zm.02 4.98 2.355 4.93H9.878Z" })); }); Angularjs.displayName = 'Angularjs'; export var AngularjsDimensions = { height: 24, width: 24 };