@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.42 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Twilio = /*#__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: "M12 0C5.381-.008.008 5.352 0 11.971V12c0 6.64 5.359 12 12 12 6.64 0 12-5.36 12-12 0-6.641-5.36-12-12-12zm0 20.801c-4.846.015-8.786-3.904-8.801-8.75V12a8.777 8.777 0 0 1 8.75-8.801H12a8.776 8.776 0 0 1 8.801 8.75V12c.015 4.847-3.904 8.786-8.75 8.801H12zm5.44-11.76a2.492 2.492 0 0 1-2.481 2.479 2.492 2.492 0 0 1-2.479-2.479 2.492 2.492 0 0 1 2.479-2.481 2.493 2.493 0 0 1 2.481 2.481zm0 5.919c0 1.36-1.12 2.48-2.481 2.48a2.492 2.492 0 0 1-2.479-2.48 2.492 2.492 0 0 1 2.479-2.479 2.492 2.492 0 0 1 2.481 2.479zm-5.919 0c0 1.36-1.12 2.48-2.479 2.48a2.492 2.492 0 0 1-2.481-2.48 2.492 2.492 0 0 1 2.481-2.479 2.492 2.492 0 0 1 2.479 2.479zm0-5.919a2.492 2.492 0 0 1-2.479 2.479 2.492 2.492 0 0 1-2.481-2.479A2.493 2.493 0 0 1 9.042 6.56a2.493 2.493 0 0 1 2.479 2.481z"
}));
});
Twilio.displayName = 'Twilio';
export var TwilioDimensions = {
height: 24,
width: 24
};