@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.73 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Veritas = /*#__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: "m0 9.746 1.248 3.871a.773.773 0 0 0 .734.533.768.768 0 0 0 .733-.533l1.248-3.87H3.27l-1.184 3.665a.108.108 0 0 1-.103.076.11.11 0 0 1-.106-.076L.693 9.746H0zm5.313 0a1.1 1.1 0 0 0-1.1 1.102v2.2a1.1 1.1 0 0 0 1.1 1.102h2.091v-.662H5.313a.439.439 0 0 1-.44-.44v-.775h2.092v-.65H4.873v-.775a.44.44 0 0 1 .44-.442h2.091v-.66H5.313zm3.76 0a.99.99 0 0 0-.991.99v3.414h.66v-3.414a.33.33 0 0 1 .33-.33h1.432a.55.55 0 0 1 .514.354.55.55 0 0 1-.317.71l-1.11.409a.771.771 0 0 0-.476.98.766.766 0 0 0 .414.454l2.074.94v-.722l-1.814-.803a.13.13 0 0 1-.07-.078.13.13 0 0 1 .082-.166l1.136-.396a1.212 1.212 0 0 0-.433-2.342H9.072zm3.308 0v4.404h.662V9.746h-.662zm1.21 0v.66h1.278v3.744h.66v-3.744h1.278v-.66h-3.215zm4.708 0a.768.768 0 0 0-.733.533l-1.25 3.871h.696l1.183-3.668a.108.108 0 0 1 .104-.076c.047 0 .088.029.105.076l1.182 3.668h.695l-1.25-3.87a.77.77 0 0 0-.732-.534zm3.334 0a1.265 1.265 0 1 0 0 2.531l1.101.002c.335 0 .606.27.606.604a.605.605 0 0 1-.606.605h-2.146v.662h2.146a1.267 1.267 0 0 0 0-2.533h-1.101a.605.605 0 0 1-.606-.605c0-.335.271-.606.606-.606h2.146v-.66h-2.146Z"
}));
});
Veritas.displayName = 'Veritas';
export var VeritasDimensions = {
height: 24,
width: 24
};