@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.66 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Biolink = /*#__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.952 4.637v-1.88c0-.264-.142-.396-.427-.396H2.23v2.671h1.296c.285 0 .427-.131.427-.395zm0 4.284v-1.96c0-.137-.032-.232-.095-.285-.063-.063-.174-.095-.332-.095H2.23v2.735h1.296c.285 0 .427-.131.427-.395zM0 .811h4.173c1.339 0 2.008.58 2.008 1.74v1.77c0 .78-.237 1.27-.712 1.47.475.18.712.632.712 1.36v1.96c0 1.17-.67 1.754-2.008 1.754H0Zm7.565 0H9.81v10.054H7.565zm5.664 0h2.118c1.328 0 1.992.58 1.992 1.74v6.56c0 1.17-.664 1.754-1.992 1.754H13.23c-1.338 0-2.008-.584-2.008-1.754V2.55c0-1.16.67-1.74 2.008-1.74zm1.85 8V2.866c0-.264-.138-.396-.412-.396h-.758c-.285 0-.427.132-.427.396V8.81c0 .264.142.396.427.396h.758c.274 0 .411-.132.411-.396zm5.032 2.028c-.753 0-1.363-.61-1.363-1.363v-.088a1.363 1.363 0 1 1 2.726 0v.088c0 .753-.61 1.363-1.363 1.363zM2.253 21.53h2.893v1.66H.01V13.134h2.244zm3.67-8.394h2.244v10.053H5.922zm7.923 0h2.071v10.053h-2.023l-2.198-6.022v6.022H9.641V13.135h2.04l2.165 6.007zm10.154 0-2.023 4.963L24 23.188h-2.434l-1.945-5.09 1.945-4.963zm-6.67 10.053V13.135h2.244v10.053Z"
}));
});
Biolink.displayName = 'Biolink';
export var BiolinkDimensions = {
height: 24,
width: 24
};