react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 1.03 kB
JavaScript
import * as React from 'react';
export function SvgBlackberry(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13 13-5.832 13-13S23.168 3 16 3zm0 2c6.086 0 11 4.914 11 11s-4.914 11-11 11S5 22.086 5 16 9.914 5 16 5zm-6.281 6l-.594 2.688h2.156c1.672 0 2.156-.766 2.156-1.5 0-.52-.32-1.188-1.656-1.188zm5.531 0l-.594 2.688h2.156c1.672 0 2.157-.766 2.157-1.5 0-.52-.324-1.188-1.657-1.188zm5.063 2.406l-.594 2.719h2.125c1.672 0 2.156-.793 2.156-1.531 0-.52-.324-1.188-1.656-1.188zM8.969 15.062l-.563 2.72h2.125c1.672 0 2.156-.798 2.156-1.532 0-.52-.32-1.188-1.656-1.188zm5.531 0l-.563 2.72h2.126c1.671 0 2.156-.798 2.156-1.532 0-.52-.324-1.188-1.657-1.188zm5 2.594l-.594 2.688h2.157c1.671 0 2.125-.797 2.125-1.532 0-.519-.293-1.156-1.625-1.156zm-5.781 1.657L13.125 22h2.156c1.672 0 2.125-.797 2.125-1.531 0-.52-.293-1.157-1.625-1.157z" })));
}
export default SvgBlackberry;