@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.44 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Bitwarden = /*#__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: "M3.75 0A3.75 3.75 0 0 0 0 3.75v16.5A3.75 3.75 0 0 0 3.75 24h16.5A3.75 3.75 0 0 0 24 20.25V3.75A3.75 3.75 0 0 0 20.25 0zm1.36 2.92h13.8c.208 0 .388.076.54.228a.737.737 0 0 1 .227.539v9.2a5.51 5.51 0 0 1-.401 2.042 7.618 7.618 0 0 1-.995 1.797 11.097 11.097 0 0 1-1.413 1.528c-.547.495-1.052.906-1.515 1.234a19.57 19.57 0 0 1-1.45.928c-.503.291-.86.489-1.072.593a12.88 12.88 0 0 1-.51.24.687.687 0 0 1-.31.071.688.688 0 0 1-.312-.072 13.784 13.784 0 0 1-.51-.24 20.61 20.61 0 0 1-1.071-.592 19.133 19.133 0 0 1-1.45-.928 16.457 16.457 0 0 1-1.515-1.234 11.11 11.11 0 0 1-1.414-1.528 7.617 7.617 0 0 1-.994-1.797 5.502 5.502 0 0 1-.401-2.042v-9.2c0-.208.076-.387.227-.54a.737.737 0 0 1 .54-.227zm6.9 2.3v13.62c.95-.502 1.801-1.05 2.552-1.64 1.877-1.47 2.815-2.907 2.815-4.313V5.22Z"
}));
});
Bitwarden.displayName = 'Bitwarden';
export var BitwardenDimensions = {
height: 24,
width: 24
};