@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 781 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Adonisjs = /*#__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: "m13.333 1.333-.596 1.193-2.404 4.807L8 2.667l-8 16h4.667l-2 4H24zm0 2.982 8.51 17.018H4.823l1.334-2.666H16l-4.922-9.843Z"
}));
});
Adonisjs.displayName = 'Adonisjs';
export var AdonisjsDimensions = {
height: 24,
width: 24
};