@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.06 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BrTwitterSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 14.667c3.667 0 6.667-3 6.667-6.667s-3-6.667-6.667-6.667-6.667 3-6.667 6.667 3 6.667 6.667 6.667m2.958-7.834c0 1.792-1.375 3.875-3.875 3.875-.791 0-1.5-.208-2.166-.625h.333c.667 0 1.25-.208 1.708-.583a1.35 1.35 0 0 1-1.291-.958.5.5 0 0 0 .25.041c.125 0 .25 0 .375-.041a1.345 1.345 0 0 1-1.084-1.334c.209.084.417.167.625.167a1.37 1.37 0 0 1-.625-1.125c0-.25.042-.458.167-.667.708.834 1.708 1.375 2.833 1.417-.041-.083-.041-.167-.041-.292 0-.75.625-1.375 1.375-1.375.375 0 .75.167 1 .417.333-.083.625-.167.875-.333a1.18 1.18 0 0 1-.584.75c.292-.042.542-.084.792-.209-.167.292-.417.5-.667.709z", clipRule: "evenodd" }))); });
BrTwitterSIcon.displayName = 'BrTwitterSIcon';